From 3b4d6b4dc1afd0bc7d7b589051d2379a0535840b Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 6 Jan 2007 00:08:55 +0000 Subject: [PATCH] Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4293 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 51680c7e08..57e0856eca 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -120,7 +120,7 @@ latest bug fixes and improvements, follow these instructions: to the file. You *don't* have to run ``python setup.py install``, because that command -takes care of steps 3 and 4 for you. +takes care of steps 2 and 3 for you. When you want to update your copy of the Django source code, just run the command ``svn update`` from within the ``django`` directory. When you do this,