diff options
| author | Justin Bronn <jbronn@gmail.com> | 2010-10-11 19:48:15 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2010-10-11 19:48:15 +0000 |
| commit | c4cbbb25a2cfc0c5b557e20880eff2e21cfe0714 (patch) | |
| tree | 9277da5c1c011645c4a53c7ec807a59cf16997bb | |
| parent | f85f79eb4aeb9cb1af5e66f457756768c50ee90f (diff) | |
Updated version of PostGIS in GeoDjango install docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/ref/contrib/gis/install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt index 90191dcec6..a62e6aaf80 100644 --- a/docs/ref/contrib/gis/install.txt +++ b/docs/ref/contrib/gis/install.txt @@ -240,9 +240,9 @@ installed prior to building PostGIS. First download the source archive, and extract:: - $ wget http://postgis.refractions.net/download/postgis-1.5.1.tar.gz - $ tar xzf postgis-1.5.1.tar.gz - $ cd postgis-1.5.1 + $ wget http://postgis.refractions.net/download/postgis-1.5.2.tar.gz + $ tar xzf postgis-1.5.2.tar.gz + $ cd postgis-1.5.2 Next, configure, make and install PostGIS:: |
