Update README.md

Small cleanup suggestion
This commit is contained in:
Jim Manico 2024-09-06 14:47:09 +02:00
parent 2343eaa3a3
commit f1c4c60469

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