From ee52c2cfc0308474f68ab92b209b1c0fed231b95 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 11 Jul 2014 04:09:13 -0400 Subject: [PATCH] Try a different formatter --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 38f7298747..7928cbe8d0 100644 --- a/README.rst +++ b/README.rst @@ -28,11 +28,15 @@ This project is open sourced under `Apache 2.0 License`_. Installation ------------ +.. code-block:: bash + $ virtualenv venv $ source venv/bin/activate $ pip install mayan-edms==1.0.rc1 -Instead of using the usual ./manage.py use the alias mayan-edms.py +Instead of using the usual ./manage.py use the alias mayan-edms.py:: + +.. code-block:: bash $ mayan-edms.py syncdb --migrate --noinput $ mayan-edms.py runserver