summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-08-21 12:32:02 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-08-21 12:32:02 +0200
commit3b95347bb6a7cf97bff7107a6f22f3ce858231a2 (patch)
tree99c9b56c80a5915dde1af74e65c53bfc5be9aacb
parent3b88ee9a7d3c2d5d1e5387e06eff69174a880a30 (diff)
downloadyoutube-dl-3b95347bb6a7cf97bff7107a6f22f3ce858231a2.tar.gz
youtube-dl-3b95347bb6a7cf97bff7107a6f22f3ce858231a2.tar.xz
youtube-dl-3b95347bb6a7cf97bff7107a6f22f3ce858231a2.zip
[README] Document homebrew and pip installation (#3190)
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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