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: