Skip to content

Commit

Permalink
Missed a $.
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermechapiewski committed Mar 12, 2009
1 parent 71efb40 commit 3c5632d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -63,7 +63,7 @@ <h1><a href="http://github.com/guilhermechapiewski/simple-db-migrate">simple-db-
<h2>Download</h2>
<p>
The current production version is <a href="http://github.com/guilhermechapiewski/simple-db-migrate/tree/v1.2"><b>v1.2</b></a>. The simplest way to install is using <b>easy_install</b>:
<pre>sudo easy_install simple-db-migrate</pre>
<pre>$ sudo easy_install simple-db-migrate</pre>
</p>
<p>If you want to use the development version or older versions, you can install directly from the source code. To do this, clone the project with <a href="http://git-scm.com">Git</a> by running:
<pre>$ git clone git://github.com/guilhermechapiewski/simple-db-migrate</pre>
Expand All @@ -74,7 +74,7 @@ <h2>Download</h2>
<a href="http://github.com/guilhermechapiewski/simple-db-migrate/tarball/master">tar</a> formats.
</p>
<p>
If you choose to install from the source, simply run:
After downloading, to install from the source simply run:
<pre>$ sudo python setup.py install</pre>
</p>

Expand Down

0 comments on commit 3c5632d

Please sign in to comment.