update readme
This commit is contained in:
parent
07768a9322
commit
e99c18704e
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -1,2 +1,17 @@
|
|||
# nomilo
|
||||
# Nomilo
|
||||
|
||||
> This projet is in a very experimental state
|
||||
|
||||
## Quick start
|
||||
|
||||
```
|
||||
nomilo server run
|
||||
nomilo user add --name Admin --password supersecret --email admin@localhost --is-admin
|
||||
```
|
||||
|
||||
Or if you prefer to not run the webserver before setting up the first user
|
||||
```
|
||||
nomilo server migrate
|
||||
nomilo user add --name Admin --password supersecret --email admin@localhost --is-admin
|
||||
nomilo server run
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue