From 23f0b74dec504e2832acd3a907215d6ed67a24a9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 27 Oct 2014 14:42:44 +0100 Subject: [PATCH] Doc about deps --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6b925..1da2035 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ HTML GUI for youtube-dl (http://alltubedownload.net/) Setup ======= -The only thing you need to get Alltube working is to download youtube-dl: +The only thing you need to get Alltube working is to download [youtube-dl](https://rg3.github.io/youtube-dl/): wget https://yt-dl.org/downloads/latest/youtube-dl + +Other dependencies +======= +You need [avconv](https://libav.org/avconv.html) and [rtmpdump](http://rtmpdump.mplayerhq.hu/) in order to enable conversions. +If you don't want to enable conversions, you can use the _noconv_ branch.