From 6065e27a134cf7366c86ba98cbab6d94b298300d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sun, 16 Dec 2012 13:39:45 +0100 Subject: [PATCH] Add wget installation instructions --- download.html | 7 ++++++- download.html.in | 7 ++++++- update-copyright | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/download.html b/download.html index f7602c7fa..544bb434e 100644 --- a/download.html +++ b/download.html @@ -18,6 +18,11 @@

2012.12.11

+

To install it right away for all users, type: +sudo wget https://github.com/downloads/rg3/youtube-dl/youtube-dl -O /usr/local/bin/youtube-dl +sudo chmod a+x /usr/local/bin/youtube-dl +

+