Update version in instructions

This commit is contained in:
Roberto Rosario
2014-07-24 13:26:25 -04:00
parent 41f34f9c0b
commit 486f59fbfb
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ To install **Mayan EDMS**, simply do:
$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc2
$ pip install mayan-edms==1.0.rc3
$ mayan-edms.py initialsetup
$ mayan-edms.py runserver

View File

@@ -21,7 +21,7 @@ Initialize a ``virtualenv`` to deploy the project:
$ virtualenv venv
$ source venv/bin/activate
$ pip install mayan-edms==1.0.rc2
$ pip install mayan-edms==1.0.rc3
By default **Mayan EDMS** will create a single file SQLite_ database, which makes
it very easy to start using **Mayan EDMS**. Populate the database with the project's schema doing: