From 8a8d05a318343ce40f20b76d4e8629f1fa306d79 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 5 Jan 2007 12:32:55 +0000 Subject: [PATCH] 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 --- docs/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.txt b/docs/install.txt index ff8e1a8318e..51680c7e080 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