zquestz / s

Open a web search in your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Command Not Found"

himynameisdave opened this issue · comments

Yeah I'm new to Go so bear with me. I installed the Go install stuff and set my $GOPATH, then followed the instructions in the readme and I am still getting "command not found" when I try to run it. The make commands appeared to work but idk why the s command isn't. I added the $GOPATH to my dotfiles, tried a fresh terminal window, but nah.

Doing this on a Mac running El Crappytan.

You need to make sure GOBIN is in your path.

export PATH=$GOBIN:$PATH