about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorRyan Schmidt <github@ryandesign.com>2016-06-04 21:30:22 -0500
committerRyan Schmidt <github@ryandesign.com>2016-06-04 21:30:22 -0500
commitbc270284b56b8ce7623b22b5c5cbf8d0d390c09e (patch)
treebe44a1ea50ce8bc757dd455546ccf691022f3840 /README.md
parentc93b4eacebe62e3993da790cbea8fbf62e161f07 (diff)
downloadyoutube-dl-bc270284b56b8ce7623b22b5c5cbf8d0d390c09e.tar.gz
youtube-dl-bc270284b56b8ce7623b22b5c5cbf8d0d390c09e.tar.xz
youtube-dl-bc270284b56b8ce7623b22b5c5cbf8d0d390c09e.zip
Update README.md to mention MacPorts
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91078eee8..f60e7ce33 100644
--- a/README.md
+++ b/README.md
@@ -27,10 +27,14 @@ If you do not have curl, you can alternatively use a recent wget:
 
 Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.exe) and place it in any location on their [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29) except for `%SYSTEMROOT%\System32` (e.g. **do not** put in `C:\Windows\System32`).
 
-OS X users can install **youtube-dl** with [Homebrew](http://brew.sh/).
+OS X users can install **youtube-dl** with [Homebrew](http://brew.sh/):
 
     brew install youtube-dl
 
+Or with [MacPorts](https://www.macports.org/):
+
+    sudo port install youtube-dl
+
 You can also use pip:
 
     sudo pip install youtube-dl