From 50aa26e3fc58eb5becd91e86ae89126d04b20700 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Wed, 22 Jun 2022 09:34:03 -0700 Subject: [PATCH] Updated build order. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 224713d1..ad87928f 100644 --- a/README.md +++ b/README.md @@ -53,18 +53,18 @@ The `HASH_SALT` is used to generate unique values for your installation. This will also create a login account with username **admin** and password **umami**. -### Create database tables - -```bash -yarn update-db -``` - ### Build the application ```bash yarn build ``` +### Create database tables + +```bash +yarn update-db +``` + ### Start the application ```bash