From 3c5632d8c6a8a9e445535179af3c08118ff4ad86 Mon Sep 17 00:00:00 2001 From: Guilherme Chapiewski Date: Thu, 12 Mar 2009 02:27:43 -0300 Subject: [PATCH] Missed a $. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a32cfef..fa18a7e 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@

simple-db-

Download

The current production version is v1.2. The simplest way to install is using easy_install: -

sudo easy_install simple-db-migrate
+
$ sudo easy_install simple-db-migrate

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 Git by running:

$ git clone git://github.com/guilhermechapiewski/simple-db-migrate
@@ -74,7 +74,7 @@

Download

tar formats.

- If you choose to install from the source, simply run: + After downloading, to install from the source simply run:

$ sudo python setup.py install