Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.13k stars 90 forks source link

need help #162

Closed wahyutamvan closed 11 months ago

wahyutamvan commented 11 months ago

Hello sir I'm using ubuntu 20.04 please forgive my ignorance, I have run this script "go install github.com/Kethsar/ytarchive@dev" runs smoothly but after I try the command "ytarchive -h" only causes the response "ytarchive: command not found" what is wrong? I hope for a little advice, thank you

*ffmpeg and go are already in the latest version.

Kethsar commented 11 months ago

Sounds like your go environment was not fully set up. You need to add the directory Go installs binaries in to your PATH. https://go.dev/ref/mod#go-install

Using the go install method is mostly meant for people who have Go set up already.