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

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
tlevine committed Oct 8, 2012
1 parent d490b98 commit 5fd5210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ <h1 style="display: none;">Urchin</h1>

<h2>Install</h2>
<p>Install Urchin like so</p>
<pre><code class="sh">wget -O - https://raw.github.com/scraperwiki/urchin/master/install | sh</code></pre>
<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>
</div>
<footer>
Expand Down

0 comments on commit 5fd5210

Please sign in to comment.