whyrusleeping / gx

A package management tool
MIT License
1.88k stars 111 forks source link

i cannot use the command gx? #223

Closed jujuandsn closed 5 years ago

jujuandsn commented 5 years ago

why after i executed 'go get ..../gx' the corresponding file appears according to the website but when i put in 'gx init' it return to me that 'zsh: command not found: gx'

Stebalien commented 5 years ago

You need to add $GOPATH/bin to your $PATH.