Skip to content

Commit

Permalink
Update installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mranney committed Jul 15, 2010
1 parent a86e1fa commit 878080a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -34,7 +34,11 @@ or just send me a patch.
You will need `libpcap` installed. Most OSX machines seem to have it. All major Linux distributions have it available
either by default or with a package like `libpcap-dev`.

Clone the repo somehow, probably like this:
The easiest way to get `node_pcap` and its tools is with `npm`:

npm install pcap

If you want to hack on the source code, you can get it from github. Clone the repo like this:

git clone git://github.com/mranney/node_pcap.git

Expand Down

0 comments on commit 878080a

Please sign in to comment.