From 9c36dc485e109380f20e9b99f4b69b114552ce3f Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 18 Oct 2022 14:23:17 -0700 Subject: [PATCH] Removed update-db step. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index ce9f2bfe85..5fe9dd96a4 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,7 @@ mysql://username:mypassword@localhost:3306/mydb yarn build ``` -### Create database tables - -```bash -yarn update-db -``` - -This will also create a login account with username **admin** and password **umami**. +The build step will also create tables in your database if you ae installing for the first time. It will also create a login account with username **admin** and password **umami**. ### Start the application