build_gitea : add info about building with git tag

This commit is contained in:
unknown 2023-01-11 20:22:23 +07:00
parent 045603d65e
commit 5d4334fdd1
Signed by: minoplhy
GPG Key ID: 90667A59A9908AEC

View File

@ -4,6 +4,11 @@ It's simple, Build Gitea and done. nothing special.
```shell
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash
```
or with a git tag
```shell
curl -L https://github.com/minoplhy/scriptbox/raw/main/build_gitea/Linux/build.sh | bash -s -- "v1.18.0"
```
# Known Issues