We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de3d482 commit b068e3cCopy full SHA for b068e3c
cmd/gobrew/main_windows.go
@@ -3,8 +3,8 @@
3
package main
4
5
const usageMsg = `
6
- # Add gobrew to your ~/.bashrc or ~/.zshrc
7
- export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH"
8
- export GOROOT="$HOME/.gobrew/current/go"
+ # Add gobrew to your environment variables
+ PATH="%USERPROFILE%\.gobrew\current\bin;%USERPROFILE%\.gobrew\bin;%PATH%"
+ GOROOT="%USERPROFILE%\.gobrew\current\go"
9
10
`
0 commit comments