From eccaf25a445d2c0be7d7d89695ac56be6e84e2ce Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 4 Feb 2021 00:51:18 +0000 Subject: [PATCH] Updated README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7582232..647da45 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ An API centric news server. Uses Sequelize and mariaDB by default. # Setup -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`. +This currently runs in docker. It might need to run twice the first time. # API