X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=README.md;h=57afe0020c7c596d32bd79d618452aba97a29519;hb=12c3ec3382c2eace1afe1840da4f91939bd6b785;hp=a42dfb8567ffb86e926756aec59cbee94cee29bf;hpb=328a20bf9c9cbc67ad0d4147bae0292cf2aec64b;p=youtube-dl diff --git a/README.md b/README.md index a42dfb856..57afe0020 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ If you do not have curl, you can alternatively use a recent wget: Windows users can [download a .exe file](https://yt-dl.org/latest/youtube-dl.exe) and place it in their home directory or any other location on their [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29). +OS X users can install **youtube-dl** with [Homebrew](http://brew.sh/). + + brew install youtube-dl + +You can also use pip: + + sudo pip install youtube-dl + Alternatively, refer to the developer instructions below for how to check out and work with the git repository. For further options, including PGP signatures, see https://rg3.github.io/youtube-dl/download.html . # DESCRIPTION