mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Update docs
This commit is contained in:
parent
19628b84c6
commit
075857f030
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue