From 40cf3bab23541c46cc7da30bb578d1ef12815122 Mon Sep 17 00:00:00 2001 From: peteyboy Date: Tue, 30 Jun 2020 07:55:07 +0000 Subject: [PATCH] learn markdown, fix code block --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 264069e..02a000a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ sh script, but I think it's better. I posted it here on the sdf git if anyone wants to try it out. \*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` -echo 'eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`' >> ~/.profile -echo 'export MANPATH=$HOME/perl5/man:$MANPATH' >> ~/.profile -cpanm Text::Markdown \ No newline at end of file + 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 \ No newline at end of file