Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.08k stars 87 forks source link

zsh: command not found: ytarchive #92

Closed sh566789 closed 2 years ago

sh566789 commented 2 years ago

After I installed it with 'go install github.com/Kethsar/ytarchive@master' I type 'ytarchive -w' in terminal but 'zsh: command not found: ytarchive' came out how can i do to fix it thank you sorry for my poor english

Kethsar commented 2 years ago

You need to add Go's bin directory to your PATH. Go's bin directory can be found at $GOPATH/bin. Alternatively grab the binary release from the releases page. Installing from source via go install assumes you have yourself set up to do that.