1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-21 08:31:27 -05:00

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
```