MD bug fix
This commit is contained in:
parent
601fc70048
commit
23739761f3
|
@ -9,7 +9,7 @@ If you want to be able to use the PDF or Excel output formats, you must install
|
|||
|
||||
### For Debian/Ubuntu
|
||||
```
|
||||
\# (as root)
|
||||
# (as root)
|
||||
apt update # versions prior to 16.04 LTS should use 'apt-get'
|
||||
apt -y install htmldoc
|
||||
|
||||
|
@ -30,7 +30,7 @@ popd
|
|||
```
|
||||
### For RHEL/CentOS/Fedora
|
||||
```
|
||||
\# (as root)
|
||||
# (as root)
|
||||
yum -y install htmldoc perl-Excel-Writer-XLSX
|
||||
pushd /tmp/
|
||||
wget http://search.cpan.org/CPAN/authors/id/M/MF/MFRANKL/HTML-HTMLDoc-0.10.tar.gz
|
||||
|
@ -44,7 +44,7 @@ popd
|
|||
|
||||
### For Gentoo
|
||||
```
|
||||
\# (as root)
|
||||
# (as root)
|
||||
emerge -av1 app-text/htmldoc dev-perl/HTML-HTMLDoc
|
||||
|
||||
pushd /tmp/
|
||||
|
|
Loading…
Reference in New Issue
Block a user