summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.txt b/docs/install.txt
index ff8e1a8318..51680c7e08 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -113,7 +113,7 @@ latest bug fixes and improvements, follow these instructions:
svn co http://code.djangoproject.com/svn/django/trunk/django c:\Python24\lib\site-packages\django
-4. Copy the file ``django_src/django/bin/django-admin.py`` to somewhere on your
+3. Copy the file ``django_src/django/bin/django-admin.py`` to somewhere on your
system path, such as ``/usr/local/bin`` (Unix) or ``C:\Python24\Scripts``
(Windows). This step simply lets you type ``django-admin.py`` from within
any directory, rather than having to qualify the command with the full path