aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b168493..6ea42289 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,9 @@ go get -u github.com/MichaelMure/git-bug
If it's not done already, add golang binary directory in your PATH:
```bash
-export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
+export PATH=$PATH:$(go env GOROOT)/bin:$(go env GOPATH)/bin
```
+
### Pre-compiled binaries
1. Go to the [release page](https://github.com/MichaelMure/git-bug/releases/latest) and download the appropriate binary for your system.