From 8049d92de151a63ffeba3cae8e7dc4d478a955af Mon Sep 17 00:00:00 2001 From: Coke Date: Wed, 28 Jul 2010 11:16:51 -0400 Subject: [PATCH] Apply spirit of RT #70642, Courtesy Scott Penrose --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 6a541eba6ba..05b1152cc37 100644 --- a/README +++ b/README @@ -59,8 +59,11 @@ Once you have an updated copy of Rakudo, build it as follows: $ make This will create a "perl6" or "perl6.exe" executable in the -current (rakudo) directory. Programs can then be run from -the build directory using a command like: +current (rakudo) directory. Note that if you have multiple (Perl 5) +Cs in your path, you may need to use a fully qualified path +to the appropriate executable (or update your PATH environment variable). + +Programs can then be run from the build directory using a command like: $ ./perl6 hello.pl