diff --git a/README.md b/README.md index a46b5f3..c69ec8e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ If you hadn't previously installed Postgres, you will need to initialise the database and start the server: ```bash -$ +$ sudo postgresql-setup --initdb --unit postgresql +$ sudo systemctl start postgresql ``` ## Bootstrap the Virtual Environment