diff options
Diffstat (limited to 'docs/ags/installation.md')
-rw-r--r-- | docs/ags/installation.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ags/installation.md b/docs/ags/installation.md index 42ef1c3..0adcf68 100644 --- a/docs/ags/installation.md +++ b/docs/ags/installation.md @@ -53,3 +53,13 @@ go install -ldflags "-X main.astalGjs=$(pkg-config --variable prefix astal-0.1)/ ``` ::: + +:::tip +`go install` installs the `ags` binary to `$GOPATH/bin` so make sure its in your `$PATH`. +You can move it to another directory if you like. For example + +```sh +mv $GOPATH/bin/ags ~/.local/bin/ags +``` + +::: |