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.
|
at the top of the bundle source tree.
|
||||||
|
|
||||||
Please note that you may need to install some extra dependencies, like `perl`, `dos2unix` and
|
Please note that you may need to install some extra dependencies, like `perl` and `dos2unix`.
|
||||||
the Perl CPAN mdoule `Markdown::Pod`. On Fedora 22, for example, installing the dependencies
|
On Fedora 22, for example, installing the dependencies
|
||||||
is as simple as running the following commands:
|
is as simple as running the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install perl dos2unix
|
sudo dnf install perl dos2unix
|
||||||
sudo cpan Markdown::Pod
|
|
||||||
```
|
```
|
||||||
|
|
||||||
[Back to TOC](#table-of-contents)
|
[Back to TOC](#table-of-contents)
|
||||||
|
|
Loading…
Reference in New Issue