Author: russellm Date: 2007-01-05 18:08:55 -0600 (Fri, 05 Jan 2007) New Revision: 4293
Modified: django/trunk/docs/install.txt Log: Fixed #3229 -- Fixed reference in install.txt. Thanks again, [EMAIL PROTECTED] Modified: django/trunk/docs/install.txt =================================================================== --- django/trunk/docs/install.txt 2007-01-05 22:15:46 UTC (rev 4292) +++ django/trunk/docs/install.txt 2007-01-06 00:08:55 UTC (rev 4293) @@ -120,7 +120,7 @@ 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, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
