From 2b038a6990212c17fd0a6cd5d670c59990384aae Mon Sep 17 00:00:00 2001 From: Timo Verbrugghe Date: Tue, 14 Jun 2016 16:41:56 +0200 Subject: [PATCH] Update README.md to warn users to install curl --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17addc5..d1c767d 100644 --- a/README.md +++ b/README.md @@ -96,11 +96,11 @@ This software is available under the [GNU General Public License](http://www.gnu __Please use a different name and logo if you run it on a public server.__ ##Other dependencies -You need [avconv](https://libav.org/avconv.html) and [rtmpdump](http://rtmpdump.mplayerhq.hu/) in order to enable conversions. +You need [avconv](https://libav.org/avconv.html), [rtmpdump](http://rtmpdump.mplayerhq.hu/) and [curl](https://curl.haxx.se/) in order to enable conversions. If you don't want to enable conversions, you can disable it in *config.yml*. On Debian-based systems: - sudo apt-get install libav-tools rtmpdump + sudo apt-get install libav-tools rtmpdump curl You also probably need to edit the *avconv* variable in *config.yml* so that it points to your ffmpeg/avconv binary (*/usr/bin/avconv* on Debian/Ubuntu).