Updated build order.
parent
3c1308890a
commit
50aa26e3fc
12
README.md
12
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**.
|
This will also create a login account with username **admin** and password **umami**.
|
||||||
|
|
||||||
### Create database tables
|
|
||||||
|
|
||||||
```bash
|
|
||||||
yarn update-db
|
|
||||||
```
|
|
||||||
|
|
||||||
### Build the application
|
### Build the application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn build
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Create database tables
|
||||||
|
|
||||||
|
```bash
|
||||||
|
yarn update-db
|
||||||
|
```
|
||||||
|
|
||||||
### Start the application
|
### Start the application
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue