fixed up format

This commit is contained in:
peteyboy 2020-06-30 08:04:30 +00:00
parent 19351e8fc1
commit 9271704bd4
1 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@ looked it up), and so with that it becomes a bash script instead of a plain
sh script, but I think it's better. I posted it here on the sdf git if anyone
wants to try it out.
It's cool, it processes markdown first then HTML, so existing HTML files are untouched until you delete them from src folder.
\*Hopefully the admins fix it before it matters, but here's what I used to [install the perl module I needed with cpanm](https://stackoverflow.com/questions/2980297/how-can-i-use-cpan-as-a-non-root-user)--Text::Markdown--which you can ignore installing cpanm because it's already installed on SDF. It's just:
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
@ -20,4 +22,4 @@ wants to try it out.
echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.profile
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.