Update README
This commit is contained in:
parent
5b7a90eb97
commit
4299c96cdb
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -4,10 +4,20 @@ alltube
|
||||||
HTML GUI for youtube-dl (http://alltubedownload.net/)
|
HTML GUI for youtube-dl (http://alltubedownload.net/)
|
||||||
|
|
||||||
##Setup
|
##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
|
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
|
##License
|
||||||
This software is available under the [GNU General Public License](http://www.gnu.org/licenses/gpl.html).
|
This software is available under the [GNU General Public License](http://www.gnu.org/licenses/gpl.html).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue