homebrew-gitea/README.md
Bo-Yi Wu 7cfa76110b
Some checks failed
update / update (push) Failing after 8s
test / test (3.6.21) (push) Successful in 2m27s
test / test (latest) (push) Successful in 2m56s
test / test (4.0.16) (push) Successful in 3m14s
docs: improve README and update brew commands for act_runner (#165)
- Add `act_runner` installation instructions to README
- Update brew upgrade and uninstall commands to include `act_runner`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: #165
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-committed-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2023-05-03 23:21:12 +08:00

87 lines
1.6 KiB
Markdown

# Gitea: Homebrew
[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ)
Homebrew repository to install Gitea and tools on macOS.
## Prepare
```bash
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
```
## Install
### gitea
```bash
brew install gitea
gitea -h
```
### tea
```bash
brew install tea
tea -h
```
### act_runner
```bash
brew install act_runner
act_runner -h
```
### changelog
```bash
brew install changelog
changelog -h
```
## Upgrade
In case you installed Gitea before v1.8.3, you still might have the old tap. In that case, you need to remove it and add the new tap via
```bash
brew untap go-gitea/gitea
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
```
Once you updated the tap, you can upgrade via
```bash
brew update && brew upgrade gitea tea changelog act_runner
```
## Uninstall
You can uninstall Gitea with
```bash
brew uninstall gitea tea changelog act_runner
```
Note that this will only uninstall the gitea binary. Your repositories, configuration, database, logs etc. are still kept in their locations (to check which folders Gitea is using, see `Site administration` -> `Configuration`).
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Maintainers](https://gitea.com/org/gitea/members)
* [Contributors](https://github.com/go-gitea/gitea/graphs/contributors)
## License
This project is under the MIT License. See the [LICENSE](LICENSE) file for the
full license text.
## Copyright
```sh
Copyright (c) 2016 The Gitea Authors <https://gitea.io>
```