From 903920a3d23f33abc7574cb9fcca17cb87f7e59a Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 21 Jul 2005 01:33:13 +0000 Subject: [PATCH] Fixed #103 -- Changed docs/install.txt to note there is no official version yet git-svn-id: http://code.djangoproject.com/svn/django/trunk@258 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/install.txt b/docs/install.txt index 5dbc1860d2..19f69e4cfb 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -64,6 +64,8 @@ It's easy either way. Installing the official version ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +There IS no official version yet. But once there is, here's how it'll work: + 1. Download the tarball of the latest official version from our `download page`_. 2. ``tar xzvf django-1.0.0.tar.gz`` 3. ``cd django-1.0.0``