From d62b5b6387077f2c1b0824dfadd5a5db8c557e3e Mon Sep 17 00:00:00 2001 From: peteyboy Date: Sat, 19 Sep 2020 22:37:04 +0000 Subject: [PATCH] Update perl module loading steps, thought first step was not required. It is. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fab1b18..849c105 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ It's cool, it processes markdown first then HTML, so existing HTML files are unt \*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: + curl http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib 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