summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2007-01-05 12:32:55 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2007-01-05 12:32:55 +0000
commit8a8d05a318343ce40f20b76d4e8629f1fa306d79 (patch)
treefcf73e98174df6661dc32e9ead269fcf0e9ee38a
parent9d29892f5636cd2e938b70d9562f4ce55c9cba20 (diff)
downloaddjango-8a8d05a318343ce40f20b76d4e8629f1fa306d79.tar.gz
Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, deepfall@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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