aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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