updated README to reflect our recent change of getting rid of Markdown::Pod.
This commit is contained in:
parent
7a2e4881b8
commit
7f5a1fa7e4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue