Update docs
This commit is contained in:
parent
19628b84c6
commit
075857f030
|
@ -29,7 +29,13 @@ ENABLED = true
|
||||||
|
|
||||||
# build
|
# build
|
||||||
|
|
||||||
|
```bash
|
||||||
|
TAGS="sqlite" make build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you need to regenerate the api:
|
||||||
|
|
||||||
|
```bash
|
||||||
TAGS="sqlite" make build generate-swagger
|
TAGS="sqlite" make build generate-swagger
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue