From 4299c96cdb0dabef9fe305cec1040b95aef11cd3 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 7 Jan 2015 11:07:19 +0100 Subject: [PATCH] Update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 486f16a..402a0b2 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,20 @@ alltube HTML GUI for youtube-dl (http://alltubedownload.net/) ##Setup -The only thing you need to get Alltube working is to download [youtube-dl](https://rg3.github.io/youtube-dl/): +In order to get AllTube working, you need to download [youtube-dl](https://rg3.github.io/youtube-dl/): wget https://yt-dl.org/downloads/latest/youtube-dl +You then need [npm](https://www.npmjs.com/) and [Grunt](http://gruntjs.com/): + + npm install + grunt + +You also need to create the config file: + + cp config.example.php config.php + + ##License This software is available under the [GNU General Public License](http://www.gnu.org/licenses/gpl.html).