Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
info about installing panda behind a proxy; balancing an unbalanced b…
…racket
  • Loading branch information
Siddhant committed Feb 12, 2012
1 parent ebafa5b commit b80c41f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@
## Description

Pies is a module management solution for Perl 6.
Pies itself is a specification (like masak's [Pls](https://github.com/masak/proto/tree/panda), and cannot
Pies itself is a specification (like masak's [Pls](https://github.com/masak/proto/tree/panda)), and cannot
install anything itself. The project ships two implementations:
ufobuilder, being an extremely simple example implementation of Pies,
and Panda, being the actual module manager to use.
Expand All @@ -25,6 +25,9 @@ bootstrap.sh in the root of the panda git repo. You must have a
Since the bootstrap step currently runs tests with prove, you will need a
recent TAP::Harness (3.x) for it to work properly.

If you are behind a proxy, you neet to [configure git](http://help.github.com/firewalls-and-proxies/)
and [configure wget](http://www.gnu.org/software/wget/manual/html_node/Proxies.html) to use the proxy.

## Installation on Windows

Panda currently depends on wget; you can obtain a Windows build of wget at:
Expand Down Expand Up @@ -63,3 +66,5 @@ If you use bash, you can accomplish this with
source ~/.bashrc

[1] https://github.com/masak/proto/tree/pls
[2] http://help.github.com/firewalls-and-proxies/
[3] http://www.gnu.org/software/wget/manual/html_node/Proxies.html

0 comments on commit b80c41f

Please sign in to comment.