diff --git a/index.html b/index.html index 2b3472d..bfaa39c 100644 --- a/index.html +++ b/index.html @@ -39,9 +39,9 @@
- + - +
@@ -62,7 +62,7 @@

simple-db-

Download and Install

- The current production version is v1.3.2. The simplest way to install is using easy_install: + The current production version is v1.3.3. The simplest way to install is using easy_install:

$ sudo easy_install simple-db-migrate
Or, if you already have an older version installed, use the "--upgrade" option:
$ sudo easy_install --upgrade simple-db-migrate
@@ -72,8 +72,8 @@

Download and Install

You can also download the source code in either - zip or - tar formats. + zip or + tar formats.

After downloading, to install from the source simply run: @@ -131,7 +131,7 @@

Install simple-db-migrate on Windows

  • Go to the command prompt (Start > Execute > "cmd")
  • Type "easy_install simple-db-migrate"
  • - You are done! Type "db-migrate -v" at the command prompt and you should see the installed version number (v1.3.2). + You are done! Type "db-migrate -v" at the command prompt and you should see the installed version number (v1.3.3).

    Usage instructions