Browse Source

Update download.html as well

gh-pages-ytdl-org
Philipp Hagemeister 11 years ago
parent
commit
1535e44625
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      download.html

+ 8
- 1
download.html View File

@ -30,7 +30,14 @@
</p>
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.16/youtube-dl -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.09.16/youtube-dl -o /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /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 https://yt-dl.org/downloads/2013.09.16/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
<p>You can also use pip:


Loading…
Cancel
Save