From 5cd7f7c6c27f7dbeaec77958437590e2d7feb891 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Fri, 23 Jan 2015 10:50:13 -0800 Subject: [PATCH] Address https://github.com/matthieugrieger/mumbledj/issues/24: Add warning about youtube-dl installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e690e6..845c928 100644 --- a/README.md +++ b/README.md @@ -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).