Skip to content

Commit

Permalink
Make README more correct, fixes #88
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Aug 25, 2014
1 parent 4b11553 commit 5b7a352
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ your path, you may now install Panda by doing:

perl6 bootstrap.pl

After a successful bootstrap, a message will show up saying what path should be added
to PATH env variable in order to be able to run panda from the command line. For example:

==> Please make sure that /home/user/rakudo/install/languages/perl6/site/bin is in your PATH

If you use bash, you can fulfill that requirement with the following:

echo 'export PATH=$PATH:/home/user/rakudo/install/languages/perl6/site/bin' >> ~/.bashrc
source ~/.bashrc


## Running Tests

One way to run the test suite is with prove from TAP::Harness
Expand All @@ -61,14 +72,6 @@ Alternatively, you can install a package from the local disk by supplying its pa

panda install ./perl6-Acme-Meow

Note that ~/.perl6/bin has to be in your $PATH for you to be able to use
panda from the command line.

If you use bash, you can accomplish this with

echo 'export PATH=$PATH:~/.perl6/bin' >> ~/.bashrc
source ~/.bashrc

[1] https://github.com/masak/proto/tree/pls

[2] http://help.github.com/firewalls-and-proxies/
Expand Down

0 comments on commit 5b7a352

Please sign in to comment.