diff options
author | Aristotle Pagaltzis <pagaltzis@gmx.de> | 2013-07-22 09:38:58 +0200 |
---|---|---|
committer | Aristotle Pagaltzis <pagaltzis@gmx.de> | 2013-07-22 09:38:58 +0200 |
commit | 977193dd5da782ebbd7faad9466da2a28ea053f4 (patch) | |
tree | 3436a6de9a69b72c46fd4c7af9967513b788444a /README.macosx | |
parent | 6a0b1ca59bb3538f6d14e90fcdc5b3f6bf85060a (diff) | |
download | perl-977193dd5da782ebbd7faad9466da2a28ea053f4.tar.gz |
simplify README.macosx instructions
This also removes a repeating version bumping bug.
Diffstat (limited to 'README.macosx')
-rw-r--r-- | README.macosx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.macosx b/README.macosx index 0a03b3b678..f10c791c6d 100644 --- a/README.macosx +++ b/README.macosx @@ -10,7 +10,7 @@ perlmacosx - Perl under Mac OS X This document briefly describes Perl under Mac OS X. - curl http://www.cpan.org/src/perl-5.19.3.tar.gz > perl-5.19.2.tar.gz + curl -O http://www.cpan.org/src/perl-5.19.3.tar.gz tar -xzf perl-5.19.3.tar.gz cd perl-5.19.3 ./Configure -des -Dprefix=/usr/local/ |