diff --git a/README.md b/README.md index 07a3417..f0e6b8d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,9 @@ If everything works you are good to go, but you may need to set some environment # Golang environment variables export GOROOT=/usr/local/go export GOPATH=$HOME/go -export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH: + +# Update PATH to include GOPATH and GOROOT binaries +export PATH=$GOPATH/bin:$GOROOT/bin:$HOME/.local/bin:$PATH ``` ### Migration