diff --git a/README b/README index a33897315b6..8790e0883f1 100644 --- a/README +++ b/README @@ -19,7 +19,12 @@ This will create a "perl6" or "perl6.exe" executable in the current directory. Rakudo doesn't currently have a "make install" target. -To run a Perl 6 program with Rakudo, issue a command like +If you don't have git installed, you can visit the Rakudo github page +at http://github.com/rakudo/rakudo/tree/master and clicking "Download". +Github will build a tarball or zip file for you. From there, unpack +the tarball or zip, and run the C and C steps above. + +To run a Perl 6 program with Rakudo, issue a command like: $ ./perl6 hello.pl @@ -43,7 +48,7 @@ to make sure that the Rakudo compiler is basically working and that it's capable of running a simple test harness. Running "make spectest" will import relevant portions -of the "official Perl 6 test suite" from the Pugs repository +of the official Perl 6 test suite from the Pugs repository L and run all of these tests that are currently known to pass. @@ -111,7 +116,7 @@ generally accept patches in any form if we can get them to work, but unified diff from the C command is greatly preferred. In general this means that in the C directory you make your changes, and then type - + git commit -m 'Your commit message' git-format-patch HEAD^ @@ -130,7 +135,7 @@ See F. =head1 AUTHOR -Patrick Michaud (pmichaud@pobox.com) is the primary author and +Patrick Michaud C is the primary author and maintainer for Rakudo Perl 6 on Parrot. =cut diff --git a/docs/spectest-progress.csv b/docs/spectest-progress.csv index 60495699932..f71e827aac8 100644 --- a/docs/spectest-progress.csv +++ b/docs/spectest-progress.csv @@ -279,3 +279,4 @@ "2009-02-23 00:00",2a9382c,6970,0,307,1977,9254,15192,314 "2009-02-24 00:00",e074bf4,6999,0,308,1987,9294,15232,314 "2009-02-25 00:00",5944501,7007,0,310,1985,9302,15240,314 +"2009-02-26 00:00",e6b7133,7041,0,309,1962,9312,15250,314