mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +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.
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue