From de5f723c3757ddbb49a9c68b4fe5c892f34e968f Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Mon, 8 Oct 2012 10:03:50 -0400 Subject: [PATCH] install in /usr/local/bin --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index fa5b689..5d570fd 100644 --- a/readme.md +++ b/readme.md @@ -9,10 +9,10 @@ written in POSIX-compliant shell, originally designed for test-driven server dep at ScraperWiki. ## Install -Downlolad Urchin like so +Downlolad Urchin like so (as root) - wget https://raw.github.com/scraperwiki/urchin/master/urchin - chmod +x urchin + wget -O /usr/local/bin https://raw.github.com/scraperwiki/urchin/master/urchin + chmod +x /usr/local/bin/urchin Now you can run it.