Add mercurial to setup guide

This commit is contained in:
Matthieu Grieger 2014-12-27 10:14:03 -08:00
parent a90b4671e9
commit 95a009163e

View file

@ -40,7 +40,7 @@ Installation for v2 of MumbleDJ is much easier than it was before, due to the re
**SETUP GUIDE**
**1)** Install and correctly configure [`Go`](https://golang.org/). Specifically, make sure to follow [this guide](https://golang.org/doc/code.html) and set the `GOPATH` environment variable properly.
**2)** Install [`ffmpeg`](https://www.ffmpeg.org/) if it is not already installed on your system.
**2)** Install [`ffmpeg`](https://www.ffmpeg.org/) and [`mercurial`](http://mercurial.selenic.com/) if they are not already installed on your system.
**3)** Install [`youtube-dl`](https://github.com/rg3/youtube-dl#installation).