From 2a1c4c2d376b8e16ef4ae2010457a84d0a8dd807 Mon Sep 17 00:00:00 2001 From: Evan Hahn <evan@counsyl.com> Date: Thu, 12 Jun 2014 10:41:08 -0700 Subject: [PATCH] Add Homebrew install instructions --- download.html | 4 ++++ download.html.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/download.html b/download.html index 767f7dacc..237582754 100644 --- a/download.html +++ b/download.html @@ -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. </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: <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> diff --git a/download.html.in b/download.html.in index ebd4bb191..f159cf9fd 100644 --- a/download.html.in +++ b/download.html.in @@ -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. </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: <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>