From e4cec2504e753ca0cbae05f3034bcdfd0b0c8170 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 31 Jan 2021 08:11:51 +1100 Subject: [PATCH] Updated README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51e62b4..bf6f055 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ An API centric news server. Uses Sequelize and mariaDB by default. # Setup -Run the SQL script `sql/create_database.sql`. This will set up an empty database called `news`, and a new user called `news`. +1. Run `cp .envdev .env`, then enter the correct information into the new file. +2. Run the SQL script `sql/create_database.sql`. This will set up an empty database called `news`, and a new user called `news`. # API