Skip to content

Commit

Permalink
[docs]
Browse files Browse the repository at this point in the history
Fix PATH

Patch courtesy John Trammell



git-svn-id: https://svn.parrot.org/parrot/trunk@26749 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Apr 4, 2008
1 parent 2c43b80 commit 9212977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_cygwin.pod
Expand Up @@ -39,7 +39,7 @@ by not installing it or asking Parrot to ignore it (C<--without-icu>).


=head1 BUILD =head1 BUILD


export PATH=`pwd`:$PATH export PATH=`pwd`/blib/lib:$PATH
perl Configure.pl perl Configure.pl
make make
make test # see PLATFORMS for known issues. make test # see PLATFORMS for known issues.
Expand Down

0 comments on commit 9212977

Please sign in to comment.