Update docs

This commit is contained in:
erik 2024-04-09 16:32:49 +02:00
parent 19628b84c6
commit 075857f030

View file

@ -29,7 +29,13 @@ ENABLED = true
# build
```bash
TAGS="sqlite" make build
```
If you need to regenerate the api:
```bash
TAGS="sqlite" make build generate-swagger
```