From 793aa9f5349ad03e0a4b484b179e435165ba1ea5 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 10 Oct 2016 17:07:19 +0200 Subject: [PATCH] Add link to FAQ in README Use ` instead of * in markdown --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50e5de7..63fea97 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ 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), [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*. +If you don't want to enable conversions, you can disable it in `config.yml`. On Debian-based systems: @@ -127,4 +127,8 @@ On Debian-based systems: 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). +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). + +## FAQ + +Please read the [FAQ](FAQ.md) before reporting any issue.