Fix minor formatting error in README
This commit is contained in:
parent
92900176a6
commit
7c3ddb6772
|
@ -8,7 +8,7 @@ To run the server, you'll need:
|
|||
* Node.js. If you've been blessed to have never needed to download Node on your device, you can end that streak now by visiting [the Node.js download page](https://nodejs.org/en/download)
|
||||
* PostgreSQL, which you'll need running. You can find information on how to install it on [the PostgreSQL download page](https://www.postgresql.org/download/) as well.
|
||||
|
||||
## Aside: Setting up Postgres
|
||||
### Aside: Setting up Postgres
|
||||
By default this project assumes your PostgreSQL install has a user with the name "postgres" whose password is "postgres". Is that not the case? Either:
|
||||
|
||||
* Change the configuration to use the right credentials. Open `./config/dev.exs` and find and edit:
|
||||
|
|
Loading…
Reference in New Issue