From 4d3a9eddb5c399ae0ffb657148944342724c3386 Mon Sep 17 00:00:00 2001 From: David Jones Date: Fri, 21 Jun 2013 17:14:44 +0100 Subject: [PATCH] npm instructions. --- readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index a060935..d936cfa 100644 --- a/readme.md +++ b/readme.md @@ -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.