summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst
index b31ac25..884867b 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -69,8 +69,8 @@ Then, you have to create the database, and initialize the geographic types (adap
createdb --echo --owner chimere-user --encoding UNICODE chimere "My Chimère database"
createlang plpgsql chimere
- psql -d chimere -f /usr/share/postgresql-8.3-postgis/lwpostgis.sql
- psql -d chimere -f /usr/share/postgresql-8.3-postgis/spatial_ref_sys.sql
+ psql -d chimere -f /usr/share/postgresql/9.1/contrib/postgis-1.5/postgis.sql
+ psql -d chimere -f /usr/share/postgresql/9.1/contrib/postgis-1.5/spatial_ref_sys.sql
Getting the sources
*******************