Navigation Menu

Skip to content

Commit

Permalink
Fixed code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
azawawi committed Nov 17, 2012
1 parent 48cfbbb commit c59f4b0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -14,26 +14,35 @@ file transfer resume, http proxy tunneling and more!
Installation
============

* Since Net::Curl uses libcurl, libcurl.so must be found in /usr/lib. To install libcurl on Debian for example, please use the following command:
* Since Net::Curl uses libcurl, libcurl.so must be found in /usr/lib.
To install libcurl on Debian for example, please use the following command:

```
sudo apt-get install libcurl3-dev
```

* Using panda (a module management tool bundled with Rakudo Star):

panda install Net::Curl
```
panda install Net::Curl
```

* Using ufo (a project Makefile creation script bundled with Rakudo Star) and make:

```
ufo
make
make test
make install
```

## Testing

To run tests:

```
prove -e perl6
```

## Author

Expand Down

0 comments on commit c59f4b0

Please sign in to comment.