diff --git a/README.md b/README.md index f09acb6..b8ab856 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ * Check all your users and roles using the `\du;` postgres command * If you don't have a user you can create one by using the postgres command `CREATE USER new_user with PASSWORD 'your_super_secret_password';` * Create the role and password for the app using `CREATE ROLE nbjc_app LOGIN SUPERUSER PASSWORD 'YOUR_PASSWORD_HERE';` -> :exclamation: NOTE: You will have to then upde `config/local_env.yml.example` file with the password used for the role `nbjc_app` in the last step, otherwise it will think your database password is literally 'password' as that is the assumed default password in `config/database.yml` +> :exclamation: NOTE: You will then have to update the `config/local_env.yml.example` file with the password used when creating the role `nbjc_app`, otherwise it will think your database password is literally 'password' as that is the assumed default password in `config/database.yml` - Start the services. > If you installed these with `brew`, you can start them with `brew services start `.