@@ -167,12 +167,12 @@ There are two ways to about it, you can either load demo data from `/public/san
!!! tip "Tips"
- If `createdb`and `dropdb` are not available you will need to add the Postgres bin directory to your `path` or call the commands with complete path.
- If you need to delete/drop the database, you can use `$ dropdb hypha-db`
- If you need to delete/drop the database, you can use `$ dropdb hypha`
- On Linux you might need to run as the "postgres" user first when setting up Postgres. Use it to create the database and set up a database user.For local development I suggest creating a user with the same name as your account, then you will not need to specify it on every command.