From a5997729169e057116ad0eeeab9601b100f4c150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20Gesch=C3=A9?= Date: Mon, 30 Jan 2017 18:03:17 +0100 Subject: [PATCH] Update README.md can be installed with apt-get --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ee00f515..ab0e964db 100644 --- a/README.md +++ b/README.md @@ -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