Use `go env GOVAR` instead of $GOVAR in README

Quentin Gliech created

Change summary

README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

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.