From fb6eadf031e349a23c5d7884526d82d0bf023be9 Mon Sep 17 00:00:00 2001 From: Nephirus Date: Fri, 22 Feb 2013 22:37:14 +0100 Subject: [PATCH] INSTALL.md: Fix formatting --- brmbar3/INSTALL.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/brmbar3/INSTALL.md b/brmbar3/INSTALL.md index d7976e1..2dc5312 100644 --- a/brmbar3/INSTALL.md +++ b/brmbar3/INSTALL.md @@ -45,10 +45,10 @@ Software Setup * Create psql user and `brmbar` database. - brmuser@host:~> su postgres - postgres@host:/home/user> createuser -D brmuser - postgres@host:/home/user> su brmuser - brmuser@host:~> createdb brmbar + brmuser@host:~> su postgres + postgres@host:/home/user> createuser -D brmuser + postgres@host:/home/user> su brmuser + brmuser@host:~> createdb brmbar * The SQL schema in file `SQL` contains the required SQL tables, but also INSERTs that add some rows essential for proper operation; @@ -58,11 +58,11 @@ Software Setup occurences of `Kč` in brmbar source with your currency name. * Load the SQL schema stored in file `SQL` in the database. - brmuser@host:~/brmbar/brmbar3> psql brmbar - psql (9.1.8) - Type "help" for help. + brmuser@host:~/brmbar/brmbar3> psql brmbar + psql (9.1.8) + Type "help" for help. - brmbar=# \i SQL + brmbar=# \i SQL * You should be able to fire up the GUI now and start entering data. If you want to make sure all works as expected, execute the SQL