Skip to content

Commit

Permalink
fix: help message for windows (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
juev committed Feb 13, 2024
1 parent de3d482 commit b068e3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/gobrew/main_windows.go
Expand Up @@ -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"
`

0 comments on commit b068e3c

Please sign in to comment.