RickvanLoo / discord-cli

Minimalistic Command-Line Interface for Discord
GNU General Public License v2.0
203 stars 32 forks source link

"permission denied" at install #40

Closed tukoz closed 7 years ago

tukoz commented 7 years ago

I'm a rather happy discord-cli user on Arch Linux, but : On a Xubuntu box, when trying to install as per the README I get:

$ go get -u github.com/Rivalo/discord-cli
package github.com/Rivalo/discord-cli: mkdir /usr/share/go/src/github.com: permission denied

golang-go is installed, $GOPATH is set for that user. Obviously I'm missing some something, maybe you can please gimme a light?

tukoz commented 7 years ago

Had misconfigured $GOPATH, my bad: I first followed an old tip that uses '/usr/share/go'.