From 23739761f34af352ff548b1ce010329496df159b Mon Sep 17 00:00:00 2001 From: dataking Date: Tue, 25 Oct 2016 17:11:24 -0700 Subject: [PATCH] MD bug fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78fef5c..628b6dd 100644 --- a/README.md +++ b/README.md @@ -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/