diff --git a/download.html.in b/download.html.in index 59cb53450..4414344db 100644 --- a/download.html.in +++ b/download.html.in @@ -33,6 +33,10 @@ sudo wget @PROGRAM_URL@ -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

+

You can also use pip: +sudo pip install --upgrade youtube_dl +

+

To check the signature, type: sudo wget @PROGRAM_URL@.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig