diff options
Diffstat (limited to 'docs/Gems,-Eggs-and-Perl-Modules.md')
| -rw-r--r-- | docs/Gems,-Eggs-and-Perl-Modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Gems,-Eggs-and-Perl-Modules.md b/docs/Gems,-Eggs-and-Perl-Modules.md index f86124f66..07d810c77 100644 --- a/docs/Gems,-Eggs-and-Perl-Modules.md +++ b/docs/Gems,-Eggs-and-Perl-Modules.md @@ -131,7 +131,7 @@ If you don’t even want (or can’t) use sudo for bootstrapping Another alternative is to use `perlbrew` to install a separate copy of Perl in your home directory, or wherever you like : ```bash -curl -kL http://install.perlbrew.pl | bash +curl -L https://install.perlbrew.pl | bash perlbrew install perl-5.16.2 echo ".~/perl5/perlbrew/etc/bashrc" >> ~/.bashrc ``` |
