From 62588248b27d4859ed83fb920a95a86198667768 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 14 Oct 2012 07:03:15 -0400 Subject: [PATCH] Fix installation instruction typo --- docs/intro/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/installation.rst b/docs/intro/installation.rst index cf000dd717..90277eb902 100644 --- a/docs/intro/installation.rst +++ b/docs/intro/installation.rst @@ -195,7 +195,7 @@ To test your installation, create a file called settings_local.py with the follo Execute Django’s development server using the ``runserver`` command to launch a local instance of Mayan EDMS:: - $ ./manager.py runserver + $ ./manage.py runserver Point your browser to http://127:0.0.1:8000, if everything was installed correctly you should see the login screen. After making sure everything