Skip to content

Commit b068e3c

Browse files
authoredFeb 13, 2024
fix: help message for windows (#183)
1 parent de3d482 commit b068e3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎cmd/gobrew/main_windows.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
package main
44

55
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"
6+
# Add gobrew to your environment variables
7+
PATH="%USERPROFILE%\.gobrew\current\bin;%USERPROFILE%\.gobrew\bin;%PATH%"
8+
GOROOT="%USERPROFILE%\.gobrew\current\go"
99
1010
`

0 commit comments

Comments
 (0)
Please sign in to comment.