aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2013-12-14 21:41:44 +0100
committerMoritz Lenz <moritz@faui2k3.org>2013-12-14 21:41:44 +0100
commit7d731a0c1d8fb6555918a6a3cff8900f4df13c8d (patch)
tree016204850c65fede328950e65468c4ebe780a058 /README
parent8d120c25c53d5a5c8f7314bc8e012d32c2ebd7d9 (diff)
update README. Closes #15
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 2 insertions, 8 deletions
diff --git a/README b/README
index 1716caa..1dcb9e1 100644
--- a/README
+++ b/README
@@ -58,14 +58,8 @@ to your PATH environment variable.
The "--gen-parrot" option above tells Configure.pl to automatically
build and install the version of Parrot that is distributed with
Rakudo Star. The "--prefix=" option can be provided to Configure.pl
-to change the location of the install directory.
-
-If your system already has an installed Parrot, Configure.pl will
-look for "parrot_config" in your execution PATH, or the location
-of parrot_config can be explicitly provided to Configure.pl via
-the "--parrot_config" option:
-
- $ perl Configure.pl --parrot-config=/path/to/bin/parrot_config
+to change the location of the install directory. Note that Rakudo based
+on Parrot can only be installed to the same prefix as Parrot.
If the Rakudo compiler is invoked without an explicit script to
run, it enters a small interactive mode that allows PerlĀ 6 statements