3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 11:59:43 +01:00

Update QuickStart.md

This commit is contained in:
Pragmatic Software 2021-07-14 20:47:35 -07:00
parent 4ccc94de19
commit faa614d07d

View File

@ -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) $ 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 #### Using cpanminus
Ensure you have set your current working directory to where you have git cloned 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 or unzipped PBot. There should be a [`cpanfile`](../cpanfile) in the current