diff -ru parrot-current/docs/gettingstarted.pod parrot-andy/docs/gettingstarted.pod
|
old
|
new
|
|
| 29 | 29 | |
| 30 | 30 | =item * |
| 31 | 31 | |
| 32 | | The easiest solution is to grab the most recent snapshot of the Parrot SVN |
| 33 | | repository. It's a tar-gzipped download of a recent checkout of Parrot, updated |
| 34 | | every six hours. You can find it here: |
| 35 | | |
| 36 | | L<http://svn.perl.org/snapshots/parrot/parrot-latest.tar.gz> |
| 37 | | |
| 38 | | =item * |
| 39 | | |
| 40 | | Even better is the option to use SVN, which gets you the very latest copy of |
| 41 | | the Parrot distribution. The procedure for this is: |
| | 32 | To check out the current version, use SVN. The procedure for this is: |
| 42 | 33 | |
| 43 | 34 | svn checkout https://svn.parrot.org/parrot/trunk parrot |
| 44 | 35 | |
| 45 | 36 | =item * |
| 46 | 37 | |
| 47 | | If you're one of those rsync folks, you can access the repository with: |
| 48 | | |
| 49 | | C<rsync -av --delete svn.perl.org::parrot-HEAD parrot> |
| 50 | | |
| 51 | | =item * |
| 52 | | |
| 53 | 38 | If you're using git-svn, you should check out just the latest version. First: |
| 54 | 39 | |
| 55 | 40 | C<< git svn clone -s -r HEAD https://svn.parrot.org/parrot >> |