Skip to content

Commit

Permalink
Apply spirit of RT #70642, Courtesy Scott Penrose
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jul 28, 2010
1 parent 2808a52 commit 8049d92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README
Expand Up @@ -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)
C<perl>s 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

Expand Down

0 comments on commit 8049d92

Please sign in to comment.