summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2007-03-23 21:16:32 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2007-03-23 21:16:32 +0000
commit334499d6f3d51f313fdeecbd87a18bdd3b8c6a01 (patch)
tree6434191bda41a49ecf64ab3c837970952fef9074 /docs
parent76c9258c0ca6302cfc9763c6be89ab438c56cda6 (diff)
Fixed explicit reference to 0.95 in install.txt.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 3eede02af0..11749b4e7e 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -86,13 +86,13 @@ Installing the official version
Distribution-provided packages will typically allow for automatic
installation of dependancies and easy upgrade paths.
- 2. Download Django-0.95.tar.gz from our `download page`_.
+ 2. Download the latest release from our `download page`_.
- 3. ``tar xzvf Django-0.95.tar.gz``
+ 3. Untar the downloaded file (e.g. ``tar xzvf Django-NNN.tar.gz``).
- 4. ``cd Django-0.95``
+ 4. Change into the downloaded directory (e.g. ``cd Django-NNN``).
- 5. ``sudo python setup.py install``
+ 5. Run ``sudo python setup.py install``.
Note that the last command will automatically download and install setuptools_
if you don't already have it installed. This requires a working Internet