doc: mentions the mercurial dep.

This commit is contained in:
Yichun Zhang (agentzh) 2017-07-06 12:10:18 -07:00
parent cf01381428
commit 11284ae527
1 changed files with 2 additions and 2 deletions

View File

@ -51,12 +51,12 @@ make
at the top of the bundle source tree.
Please note that you may need to install some extra dependencies, like `perl` and `dos2unix`.
Please note that you may need to install some extra dependencies, like `perl`, `dos2unix`, and `mercurial`.
On Fedora 22, for example, installing the dependencies
is as simple as running the following commands:
```bash
sudo dnf install perl dos2unix
sudo dnf install perl dos2unix mercurial
```
[Back to TOC](#table-of-contents)