Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Oct 8, 2012
1 parent 5fd5210 commit 5a92e4b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,14 @@ <h2>Install</h2>
<p>Install Urchin like so</p>
<pre><code class="sh">wget -O /usr/local/bin https://raw.github.com/scraperwiki/urchin/master/urchin
chmod +x /usr/local/bin/urchin</code></pre>
<p>Now you can run it with `urchin`; read the <a href="https://github.com/scraperwiki/urchin">documentation</a> for more.</p>
<p>Now you can run it with `urchin`.</p>

<h2>Write tests</h2>
<p>Make a directory for your tests. Inside it, write tests as executable files that exit 0 on success and something else on failure. Run `urchin` from within this directory.</p>

<h2>More</h2>
<p>Read the <a href="https://github.com/scraperwiki/urchin">full documentation</a> for more information.</p>

</div>
<footer>
</footer>
Expand Down

0 comments on commit 5a92e4b

Please sign in to comment.