From a55176fb684e7c4dbd24fff385be41f4ecee5b5e Mon Sep 17 00:00:00 2001 From: Zopolis4 Date: Wed, 26 Jun 2024 18:29:18 +1000 Subject: [PATCH] docs/Gems,-Eggs-and-Perl-Modules: fix typo. --- docs/Gems,-Eggs-and-Perl-Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gems,-Eggs-and-Perl-Modules.md b/docs/Gems,-Eggs-and-Perl-Modules.md index 6535bd3006..9cfdf852ec 100644 --- a/docs/Gems,-Eggs-and-Perl-Modules.md +++ b/docs/Gems,-Eggs-and-Perl-Modules.md @@ -128,7 +128,7 @@ subdirectories will be in your `PATH` and `PERL5LIB`. ### Avoiding sudo altogether for Perl -If you don’t even want (or can’t) use sudo for bootstrapping +If you don’t even want to (or can’t) use sudo for bootstrapping `local::lib`, just manually install `local::lib` in `~/perl5` and add the relevant path to `PERL5LIB` before the `.bashrc` eval incantation.