aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gabriele <jmg3000@gmail.com>2012-04-29 13:52:21 -0400
committerJohn Gabriele <jmg3000@gmail.com>2012-04-29 13:52:21 -0400
commitd45be1b55835730cab16e48e292e3d155a00656c (patch)
treed80844951e7723515599c7b72b4edfb2d9a4d098
parent545b92811854226ed7456d14c9b984cd4a06273e (diff)
Made in clear in the README where the install/ dir is.
-rw-r--r--skel/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/skel/README b/skel/README
index e12213e..b6ee79f 100644
--- a/skel/README
+++ b/skel/README
@@ -46,7 +46,9 @@ The basic steps to build Rakudo Star are:
$ make install
This will build a Perl 6 executable and install selected
-Perl 6 modules in the install/ subdirectory. Programs can
+Perl 6 modules into the install/ subdirectory, which resides
+inside the source archive directory. Running make install
+will *not* install anything into /usr/local. Programs can
then be run directly using a command like:
$ ./perl6 hello.pl