From faa614d07d4d0129da781bc02a63527dbbcf8781 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 14 Jul 2021 20:47:35 -0700 Subject: [PATCH] Update QuickStart.md --- doc/QuickStart.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/QuickStart.md b/doc/QuickStart.md index 26663a31..b19ff1d6 100644 --- a/doc/QuickStart.md +++ b/doc/QuickStart.md @@ -128,6 +128,9 @@ The following command will install and set-up local::lib in `~/perl5`: $ cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) +The local::lib set-up will be lost when you close your shell. To make the set-up permanent, add the +`eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)` command to your `.bashrc` or shell equivalent. + #### Using cpanminus Ensure you have set your current working directory to where you have git cloned or unzipped PBot. There should be a [`cpanfile`](../cpanfile) in the current