diff --git a/readme.md b/readme.md index 0b8b0c5..89d1aee 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,8 @@ create database training; create user 'jakob'; ``` +Create the table and view structure by executing `db/createdb.sql` and load initial data by `db/load.sql` -- you might want to +change the name from 'jakob' to something else (and do that consistenly throughout). Edit `pg_hba.conf` to have 'jakob' access the training database directly: ```