Skip to content

Commit

Permalink
Update unclear .profile changes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gorvk authored Nov 10, 2024
1 parent 2c1bccf commit bd16317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ services:
```shell
export GOPATH=$HOME/xxxxx
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
export PATH=$PATH:$(go env GOPATH)/bin <---- Confirm this line in you profile!!!
export PATH=$PATH:$(go env GOPATH)/bin #Confirm this line in your .profile and make sure to source the .profile if you add it!!!
```

### Error under wsl when ' is included in the bin
Expand Down

0 comments on commit bd16317

Please sign in to comment.