RickvanLoo / discord-cli

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

Can't install - what do I do with ./discord-cli? #44

Open fhuewhd opened 6 years ago

fhuewhd commented 6 years ago

I've got to the last step in your installation instructzioons, (after much cursing! I haven't encountered Go before and don't understand it!), but I don't uunderstand what you nmean by saying "./discord-cli". What do I do with it? I have ended up with a directory by that name, located in /home/ab/.go/src/github.com/Rivalo, but there isn't anything obviously runnable in it.
Would appreciate help as the program itself looks just waht I want! Thanks very much.

ghost commented 6 years ago

Try running ./discord-cli from $GOPATH/bin which should exist if you did step 1. The location /home/ab/.go/src/github.com/Rivalo/discord-cli is just where go checks out the github repo and runs the installation in. The executable the Go-tools build are located inside $GOPATH