Postgres.app by default creates a role and database matching the user account name (see here), so it is not required to change the shell user before running psql.
I have amended the Ubuntu instructions to manually create the role and database so that the final outcome is consistent on both Ubuntu and macOS.
Fixes #36
Postgres.app by default creates a role and database matching the user account name (see here), so it is not required to change the shell user before running
psql
.I have amended the Ubuntu instructions to manually create the role and database so that the final outcome is consistent on both Ubuntu and macOS.