Address https://github.com/matthieugrieger/mumbledj/issues/24: Add warning about youtube-dl installation

This commit is contained in:
Matthieu Grieger 2015-01-23 10:50:13 -08:00
parent d39c8bbfdb
commit 5cd7f7c6c2

View file

@ -39,7 +39,7 @@ Installation for v2 of MumbleDJ is much easier than it was before, due to the re
**2)** Install [`ffmpeg`](https://www.ffmpeg.org/) and [`mercurial`](http://mercurial.selenic.com/) if they are not already installed on your system. Also be sure that you have [`opus`](http://www.opus-codec.org/) and its development headers installed on your system.
**3)** Install [`youtube-dl`](https://github.com/rg3/youtube-dl#installation).
**3)** Install [`youtube-dl`](https://github.com/rg3/youtube-dl#installation). It is recommended to install `youtube-dl` through the method described on the linked GitHub page, rather than installing through a distribution repository. This ensures that you get the most up-to-date version of `youtube-dl`.
**4)** Clone the `MumbleDJ` repository or [download the latest release](https://github.com/matthieugrieger/mumbledj/releases).