1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-29 00:19:32 +00:00

Clarify chmod command access permissions

This commit is contained in:
Sergey M. 2015-05-24 18:40:19 +06:00
parent 6685d1371f
commit 1fc67b04d6

View file

@ -31,13 +31,13 @@
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
<code class="commands">sudo curl @PROGRAM_URL@ -o /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
<p>If you do not have curl, you can alternatively use a recent wget:
<code class="commands">sudo wget @PROGRAM_URL@ -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
<p>You can also use pip: