1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 01:07:21 +08:00

Update README.md

can be installed with apt-get
This commit is contained in:
Christophe Gesché 2017-01-30 18:03:17 +01:00 committed by GitHub
parent dadb836139
commit a599772916

View File

@ -27,6 +27,10 @@ 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`).
Ubuntu user can use apt:
sudo apt-get install youtube-dl
You can also use pip:
sudo -H pip install --upgrade youtube-dl