From 19351e8fc1d9f03c4f80e67f9870fa7d4ca8707a Mon Sep 17 00:00:00 2001 From: peteyboy Date: Tue, 30 Jun 2020 07:58:20 +0000 Subject: [PATCH] preview takes forever. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 240cd9f..995d99f 100644 --- a/README.md +++ b/README.md @@ -14,6 +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