From 5d8ad75cd3e5549d6b0b60442584457dccd08250 Mon Sep 17 00:00:00 2001 From: Sergey M Date: Mon, 4 Nov 2019 04:22:22 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2251dd6a9..01f975958 100644 --- a/README.md +++ b/README.md @@ -752,7 +752,7 @@ As a last resort, you can also uninstall the version installed by your package m Afterwards, simply follow [our manual installation instructions](https://ytdl-org.github.io/youtube-dl/download.html): ``` -sudo wget https://yt-dl.org/latest/youtube-dl -O /usr/local/bin/youtube-dl +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 hash -r ```