From 12684eca523522251c5558349f70f5b3d51d5c0c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 17 Jul 2014 17:26:27 -0400 Subject: [PATCH] Remove mention of ./manage.py, might confuse new users not familiar with Django --- README.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.rst b/README.rst index 51f49833df..7dceaad017 100644 --- a/README.rst +++ b/README.rst @@ -35,11 +35,6 @@ To install **Mayan EDMS**, simply do: $ virtualenv venv $ source venv/bin/activate $ pip install mayan-edms==1.0.rc2 - -Instead of using the usual ./manage.py use the alias mayan-edms.py: - -.. code-block:: bash - $ mayan-edms.py initialsetup $ mayan-edms.py runserver