diff options
author | Manu Cornet <m@ma.nu> | 2019-11-03 21:23:27 +0000 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2019-11-04 04:23:27 +0700 |
commit | a6e6673e825f6225c3a316b164ddca03fd20b5d2 (patch) | |
tree | 001c32614bb7a456a16b05153fb43a564c1e18a2 /README.md | |
parent | 564275e26fc963fb920236e37c6c19e8e2b046f0 (diff) |
[README.md] Also read permission to the binary in how to update section (#22903)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |