mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated build order.
This commit is contained in:
parent
3c1308890a
commit
50aa26e3fc
1 changed files with 6 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue