From 8cdf2254d8a099cf00b6cc150b124c6722018860 Mon Sep 17 00:00:00 2001 From: Paul Mackay Date: Sat, 6 Feb 2016 20:07:57 +0000 Subject: [PATCH] Fix to make shell block highlight correctly --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9402a7ee87..c572aae193 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,9 @@ Create a PostgreSQL user: * Login as your system postrgresql priviledged user: `sudo -i -u postgres` (this may vary on your OS). Now your prompt looks like: `[postgres@your_host ~]$` * Create the `ofn` database superuser and give it the password `f00d`: - createuser -s -P ofn +``` +createuser -s -P ofn +``` Create the development and test databases, using the settings specified in `config/database.yml`, and populate them with a schema and seed data: