more formatting

This commit is contained in:
peteyboy 2020-06-30 07:57:35 +00:00
parent 40cf3bab23
commit 72bbeb3c33
1 changed files with 3 additions and 1 deletions

View File

@ -17,4 +17,6 @@ wants to try it out.
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.profile
echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.profile
cpanm Text::Markdown
cpanm Text::Markdown
It's cool, it processes markdown first then HTML, so existing HTML files are untouched until you delete them from src folder.