mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
7.98k stars 643 forks source link

Error in the command for installation on macOs #1186

Closed OsKaR31415 closed 1 year ago

OsKaR31415 commented 2 years ago

The given command for installation on macOs is brew cask install mpv. Sadly this syntax got deprecated, and isn't valid anymore. The new syntax is brew install --cask mpv (that worked for me)

iamtalhaasghar commented 1 year ago

Duplicate of #1163