Update perl module loading steps,

thought first step was not required. It is.
This commit is contained in:
peteyboy 2020-09-19 22:37:04 +00:00
parent 9271704bd4
commit d62b5b6387
1 changed files with 1 additions and 0 deletions

View File

@ -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