diff --git a/README.md b/README.md index 26321ba..65ea1f3 100644 --- a/README.md +++ b/README.md @@ -96,21 +96,20 @@ $ createdb litecord $ psql -f schema.sql litecord ``` -Then, you should run database migrations: - -```sh -$ pipenv run ./manage.py migrate -``` - -### Configuring - -Copy the `config.example.py` file and edit it to configure your instance: +Copy the `config.example.py` file and edit it to configure your instance ( +postgres credentials, etc): ```sh $ cp config.example.py config.py $ $EDITOR config.py ``` +Then, you should run database migrations: + +```sh +$ pipenv run ./manage.py migrate +``` + ## Running Hypercorn is used to run Litecord. By default, it will bind to `0.0.0.0:5000`.