mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-23 17:04:33 +01:00
Merge pull request #3070 from EvanHahn/homebrew-instructions
Add Homebrew install instructions
This commit is contained in:
commit
7b51ff76aa
@ -48,6 +48,10 @@ This command will update youtube-dl if you have already installed it.
|
|||||||
See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more information.
|
See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more information.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>You can use Homebrew if you have it:
|
||||||
|
<code class="commands">brew install youtube-dl</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>To check the signature, type:
|
<p>To check the signature, type:
|
||||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.06.09/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.06.09/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
|
||||||
</p>
|
</p>
|
||||||
|
@ -48,6 +48,10 @@ This command will update youtube-dl if you have already installed it.
|
|||||||
See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more information.
|
See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more information.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>You can use Homebrew if you have it:
|
||||||
|
<code class="commands">brew install youtube-dl</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>To check the signature, type:
|
<p>To check the signature, type:
|
||||||
<code class="commands">sudo wget @PROGRAM_URL@.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
|
<code class="commands">sudo wget @PROGRAM_URL@.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user