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