From 5fd521076dad1053d28202d47c5a8d6ec19b9d86 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Mon, 8 Oct 2012 10:35:53 -0400 Subject: [PATCH] install --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c9a31cc..ce5d125 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,8 @@

Urchin

Install

Install Urchin like so

-
wget -O - https://raw.github.com/scraperwiki/urchin/master/install | sh
+
wget -O /usr/local/bin https://raw.github.com/scraperwiki/urchin/master/urchin
+chmod +x /usr/local/bin/urchin

Now you can run it with `urchin`; read the documentation for more.