diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2007-01-06 00:08:55 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2007-01-06 00:08:55 +0000 |
| commit | 3b4d6b4dc1afd0bc7d7b589051d2379a0535840b (patch) | |
| tree | 7623da89848a18f0c2e0455fdc5cbcbc82b0f7e4 /docs/install.txt | |
| parent | 6ee9aeb0d6d086f0e5e54667a3405f75fb1196f7 (diff) | |
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
Diffstat (limited to 'docs/install.txt')
| -rw-r--r-- | docs/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
