Skip to content

Commit

Permalink
use a more secure one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Nov 16, 2014
1 parent da45de2 commit 212ef17
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -34,11 +34,7 @@

All you need is a one-liner, it takes less than a minute.

$ curl -L https://cpanmin.us | perl - -n Mojolicious

And if you already have `cpanm` installed with a secure toolchain.

$ cpanm --mirror https://cpan.metacpan.org --mirror-only -n Mojolicious
$ curl -L https://cpanmin.us | perl - --mirror https://cpan.metacpan.org --mirror-only -n Mojolicious

We recommend the use of a [Perlbrew](http://perlbrew.pl) environment.

Expand Down

0 comments on commit 212ef17

Please sign in to comment.