updated README to reflect our recent change of getting rid of Markdown::Pod.

This commit is contained in:
Yichun Zhang (agentzh) 2016-05-12 16:30:54 -07:00
parent 7a2e4881b8
commit 7f5a1fa7e4
1 changed files with 2 additions and 3 deletions

View File

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