Skip to content

Commit

Permalink
use more similar installation one-liners
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 15, 2014
1 parent 1ba29bd commit 0915ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,11 +34,11 @@

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

$ curl get.mojolicio.us | sh
$ curl -L cpanmin.us | perl - -n Mojolicious

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

$ cpanm -n --mirror https://cpan.metacpan.org/ --mirror-only --verify Mojolicious
$ cpanm --mirror https://cpan.metacpan.org/ --mirror-only --verify -n Mojolicious

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

Expand Down

0 comments on commit 0915ed6

Please sign in to comment.