aboutsummaryrefslogtreecommitdiff
path: root/skel/Configure.pl
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-28 11:40:22 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-28 11:40:22 -0500
commit049438dfb72a957a119d22636da87645f3736a5f (patch)
treeee0e2afdf475c96718af8e05b69dd3e1d5803695 /skel/Configure.pl
parent63039f5ab30dec04023c477f3f36ac68262e3294 (diff)
Improve the Configure.pl closing method (Tene++ for noticing).
Diffstat (limited to 'skel/Configure.pl')
-rw-r--r--skel/Configure.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/skel/Configure.pl b/skel/Configure.pl
index a0e687e..6a3c87b 100644
--- a/skel/Configure.pl
+++ b/skel/Configure.pl
@@ -96,9 +96,9 @@ END
print <<"END";
You can now use '$make' to build Rakudo Perl.
-After that, you can use '$make test' to run some local tests,
-or '$make spectest' to check out (via svn) a copy of the Perl 6
-official test suite and run its tests.
+After that, you can use '$make rakudo-test' to run some local tests,
+or '$make install' to create a 'perl6' executable in the local directory
+and in $config{'bindir'}/perl6 .
END
exit 0;