fixed up format

This commit is contained in:
peteyboy 2020-06-30 07:51:22 +00:00
parent 5b25cfb458
commit 68bfa010ec
1 changed files with 5 additions and 5 deletions

View File

@ -5,12 +5,12 @@ here.
I had problems with Markdown.pl not working (I posted to REQUESTS, somehow
the perl Text:Markdown isn't working), but I used cpanm and installed that
library locally, and then ssg worked!
library locally*, and then ssg worked!
Because I didn't like how it silently would fail on the markdown problem,
so I added a little pipeline-tracing with the bash 'connector' command (I
so I added a little pipeline-tracing with the bash 'caller' command (I
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 to the sdf git if anyone
wants to try it out...
sh script, but I think it's better. I posted it here on the sdf git if anyone
wants to try it out.
(Here's what I used to [[https://stackoverflow.com/questions/2980297/how-can-i-use-cpan-as-a-non-root-user| install the perl module I needed with cpanm]] which you can ignore installing cpanm because it's already installed on SDF)
\*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) which you can ignore installing cpanm because it's already installed on SDF