README updated

This commit is contained in:
Martin Brodbeck 2025-01-24 08:27:06 +01:00
parent e4eaacc898
commit ce59dcfdd0

View file

@ -24,7 +24,7 @@ Then, create a new database which is owned by the newly created user:
$ createdb -O kosync kosync
```
Connect to the database as user *kosync* (with psql) and create the database tables:
Connect to the database as user *kosync* (for example with psql) and create the database tables:
```sql
CREATE TABLE users (
id BIGSERIAL PRIMARY KEY,