Merge pull request #932 from jmanico/readme-fix

Update README.md
This commit is contained in:
Daniel Miessler 2024-09-07 16:58:40 -07:00 committed by GitHub
commit ce3280a320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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