From 81b5a0231e67b956f9fee682f09ea688411ef00e Mon Sep 17 00:00:00 2001 From: Aaron Steele Date: Tue, 15 Nov 2011 07:50:13 -0800 Subject: [PATCH] Fixed code block formatting for the template_postgis example. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11003659c3..741dca19de 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Watch some [videos of CartoDB in action](http://www.vimeo.com/channels/cartodb) - Create a `template_postgis` database if one doesn't already exist: + #!/usr/bin/env bash POSTGIS_SQL_PATH='pg_config --sharedir'/contrib/postgis-2.0 createdb -E UTF8 template_postgis createlang -d template_postgis plpgsql