about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorManu Cornet <m@ma.nu>2019-11-03 21:23:27 +0000
committerSergey M <dstftw@gmail.com>2019-11-04 04:23:27 +0700
commita6e6673e825f6225c3a316b164ddca03fd20b5d2 (patch)
tree001c32614bb7a456a16b05153fb43a564c1e18a2 /README.md
parent564275e26fc963fb920236e37c6c19e8e2b046f0 (diff)
downloadyoutube-dl-a6e6673e825f6225c3a316b164ddca03fd20b5d2.tar.gz
youtube-dl-a6e6673e825f6225c3a316b164ddca03fd20b5d2.tar.xz
youtube-dl-a6e6673e825f6225c3a316b164ddca03fd20b5d2.zip
[README.md] Also read permission to the binary in how to update section (#22903)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c39b13616..01f975958 100644
--- a/README.md
+++ b/README.md
@@ -752,8 +752,8 @@ 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 chmod a+x /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
 ```