Add link to FAQ in README

Use ` instead of * in markdown
This commit is contained in:
Pierre Rudloff 2016-10-10 17:07:19 +02:00
parent 4276a3b553
commit 793aa9f534
1 changed files with 6 additions and 2 deletions

View File

@ -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.