]> granicus.if.org Git - postgis/commitdiff
Fix some minor errors in the README documentation as indicated by strk.
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 26 Nov 2008 11:43:50 +0000 (11:43 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Wed, 26 Nov 2008 11:43:50 +0000 (11:43 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3337 b70326c6-7e19-0410-871a-916f4a2858ee

README.postgis

index b886a57b2fda4e6dbed00320776eccec6c5b752e..0fdf15eb59cb6e6291c59ec81499801209772d55 100644 (file)
@@ -146,8 +146,8 @@ manually for some reason.)
 
 So, as postgres run:
 
-  createlang plpgsql yourdatabase
-  psql -f lwpostgis.sql -d your_database
+  createlang plpgsql <yourdatabase>
+  psql -f lwgeom/lwpostgis.sql -d <your_database>
 
 Your database should now be spatially enabled.