aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Gems,-Eggs-and-Perl-Modules.md
diff options
context:
space:
mode:
authorViktor Szakats2017-03-12 19:44:01 +0000
committerViktor Szakats2017-03-14 17:27:11 +0000
commitcc8f029f222a618eb30b585ccb22efcce1e5cf91 (patch)
tree1a31cde9d122bc8b8027b201f30a8d147e96c74c /docs/Gems,-Eggs-and-Perl-Modules.md
parent5d9215b2118e14cf666be3bd3c26146130ff7342 (diff)
downloadbrew-cc8f029f222a618eb30b585ccb22efcce1e5cf91.tar.bz2
secure urls + remove -k from in-doc curl command
Diffstat (limited to 'docs/Gems,-Eggs-and-Perl-Modules.md')
-rw-r--r--docs/Gems,-Eggs-and-Perl-Modules.md2
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
```