From 1158f0dc5d12fad6fab307ab85b62191016167de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Mili=C4=87?= Date: Wed, 8 Mar 2017 20:42:53 +0100 Subject: [PATCH] Windows setup via chocolatey repository --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fc5984dc..80d7d4ce6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,12 @@ If you do not have curl, you can alternatively use a recent wget: sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl -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`). +On Windows, you can also install youtube-dl via [Chocolatey](https://chocolatey.org/packages/youtube-dl) repository: + + choco install youtube-dl + +or [download an .exe file](https://yt-dl.org/latest/youtube-dl.exe) and place it in any location on [PATH](http://en.wikipedia.org/wiki/PATH_%28variable%29) except for `%SYSTEMROOT%\System32` (e.g. **do not** put in `C:\Windows\System32`). + You can also use pip: