diff --git a/cmd/gobrew/main_windows.go b/cmd/gobrew/main_windows.go index 98bc320..52bdcda 100644 --- a/cmd/gobrew/main_windows.go +++ b/cmd/gobrew/main_windows.go @@ -3,8 +3,8 @@ package main const usageMsg = ` - # Add gobrew to your ~/.bashrc or ~/.zshrc - export PATH="$HOME/.gobrew/current/bin:$HOME/.gobrew/bin:$PATH" - 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" `