From bbcdc9783e9e846957268d8e11cbfd2276c2f11e Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Thu, 11 Oct 2012 14:57:10 -0400 Subject: [PATCH] run urchin's tests --- readme.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2282f78..a1ea478 100644 --- a/readme.md +++ b/readme.md @@ -3,9 +3,21 @@ '\__| '| \ '\_ '| | _|_, |'\| ` ' ` ` ' ` ' ' ` -Urchin is a test framework for shell. +Urchin is a test framework for shell. It currently supports bash on +GNU/Linux and Mac. -## Install +## Try it out +Urchin's tests are written in Urchin, so you can run them to see what Urchin +is like. Clone the repository + + git clone git://github.com/scraperwiki/urchin.git + +Run the tests + + cd urchin/tests + ../urchin . + +## Globally Download Urchin like so (as root) wget -O /usr/local/bin https://raw.github.com/scraperwiki/urchin/master/urchin