Skip to content

Commit

Permalink
[README.md] Also read permission to the binary in how to update secti…
Browse files Browse the repository at this point in the history
…on (#22903)
  • Loading branch information
lmanul authored and dstftw committed Nov 3, 2019
1 parent 564275e commit a6e6673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit a6e6673

Please sign in to comment.