17 lines
366 B
Markdown
17 lines
366 B
Markdown
# Gitea - WSE
|
|
## Building
|
|
|
|
From the root of the source tree, run:
|
|
|
|
TAGS="bindata sqlite sqlite_unlock_notify" make generate build
|
|
|
|
More info: https://docs.gitea.io/en-us/install-from-source/
|
|
|
|
## Using
|
|
|
|
./gitea web
|
|
|
|
NOTE: If you're interested in using our APIs, we have experimental
|
|
support with [documentation](https://try.gitea.io/api/swagger).
|
|
|
|
Updated v2. |