mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 21:33:59 +02:00
INSTALL.md: Fix formatting
This commit is contained in:
parent
35c3534575
commit
fb6eadf031
1 changed files with 8 additions and 8 deletions
|
@ -45,10 +45,10 @@ Software Setup
|
||||||
|
|
||||||
* Create psql user and `brmbar` database.
|
* Create psql user and `brmbar` database.
|
||||||
|
|
||||||
brmuser@host:~> su postgres
|
brmuser@host:~> su postgres
|
||||||
postgres@host:/home/user> createuser -D brmuser
|
postgres@host:/home/user> createuser -D brmuser
|
||||||
postgres@host:/home/user> su brmuser
|
postgres@host:/home/user> su brmuser
|
||||||
brmuser@host:~> createdb brmbar
|
brmuser@host:~> createdb brmbar
|
||||||
|
|
||||||
* The SQL schema in file `SQL` contains the required SQL tables,
|
* The SQL schema in file `SQL` contains the required SQL tables,
|
||||||
but also INSERTs that add some rows essential for proper operation;
|
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.
|
occurences of `Kč` in brmbar source with your currency name.
|
||||||
* Load the SQL schema stored in file `SQL` in the database.
|
* Load the SQL schema stored in file `SQL` in the database.
|
||||||
|
|
||||||
brmuser@host:~/brmbar/brmbar3> psql brmbar
|
brmuser@host:~/brmbar/brmbar3> psql brmbar
|
||||||
psql (9.1.8)
|
psql (9.1.8)
|
||||||
Type "help" for help.
|
Type "help" for help.
|
||||||
|
|
||||||
brmbar=# \i SQL
|
brmbar=# \i SQL
|
||||||
|
|
||||||
* You should be able to fire up the GUI now and start entering data.
|
* 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
|
If you want to make sure all works as expected, execute the SQL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue