From 1c05e74f63add991d7319c666b50bf714bb5ddb9 Mon Sep 17 00:00:00 2001 From: Carl van Tonder Date: Wed, 5 Sep 2018 11:35:07 -0400 Subject: [PATCH] Add Fedora postgres set-up instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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