Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 4299c96

Browse files
committed
Update README
1 parent 5b7a90e commit 4299c96

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ alltube
44
HTML GUI for youtube-dl (http://alltubedownload.net/)
55

66
##Setup
7-
The only thing you need to get Alltube working is to download [youtube-dl](https://rg3.github.io/youtube-dl/):
7+
In order to get AllTube working, you need to download [youtube-dl](https://rg3.github.io/youtube-dl/):
88

99
wget https://yt-dl.org/downloads/latest/youtube-dl
1010

11+
You then need [npm](https://www.npmjs.com/) and [Grunt](http://gruntjs.com/):
12+
13+
npm install
14+
grunt
15+
16+
You also need to create the config file:
17+
18+
cp config.example.php config.php
19+
20+
1121
##License
1222
This software is available under the [GNU General Public License](http://www.gnu.org/licenses/gpl.html).
1323

0 commit comments

Comments
 (0)