INSTALL.md: Fix formatting

This commit is contained in:
Nephirus 2013-02-22 22:37:14 +01:00
parent 35c3534575
commit fb6eadf031

View file

@ -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