diff --git a/doc/developer_installation_on_ubuntu.md b/doc/developer_installation_on_ubuntu.md index ff99618e4..cf501d205 100644 --- a/doc/developer_installation_on_ubuntu.md +++ b/doc/developer_installation_on_ubuntu.md @@ -76,6 +76,7 @@ As the postgres user you have to create two databases - `sudo su -l postgres` - `createdb ontohub_development` - `createdb ontohub_test` + When you type in - `psql` you should be connected to the database (`\q` lets you quit).