npm instructions.

This commit is contained in:
David Jones 2013-06-21 17:14:44 +01:00
parent 3062e58a75
commit 4d3a9eddb5
1 changed files with 8 additions and 3 deletions

View File

@ -19,10 +19,15 @@ Run the tests
../urchin .
## Globally
Download Urchin like so (as root)
Download Urchin like so (as root) (or use npm, below):
wget -O /usr/local/bin https://raw.github.com/scraperwiki/urchin/master/urchin
chmod +x /usr/local/bin/urchin
cd /usr/local/bin
wget https://raw.github.com/scraperwiki/urchin/master/urchin
chmod +x urchin
Can be installed with npm too:
npm install -g urchin
Now you can run it.