Lunny Xiao 27ab5e8cee
Some checks failed
test / test (3.6.21) (push) Has been cancelled
test / test (4.1.7) (push) Has been cancelled
test / test (latest) (push) Has been cancelled
update / update (push) Successful in 10s
Update changelog.rb (#186)
Fix #185

Reviewed-on: #186
Co-authored-by: Lunny Xiao <[email protected]>
Co-committed-by: Lunny Xiao <[email protected]>
2025-01-05 03:38:24 +00:00
2021-11-29 04:45:57 +08:00
2016-11-25 14:46:19 +01:00
2025-01-05 03:38:24 +00:00
2016-11-25 14:46:19 +01:00
2016-11-25 14:46:19 +01:00
2016-11-25 14:46:19 +01:00
2023-11-21 20:32:19 +00:00

Gitea: Homebrew

Join the chat at https://img.shields.io/discord/322538954119184384.svg

Homebrew repository to install Gitea and tools on macOS.

Prepare

brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea

Install

gitea

brew install gitea
gitea -h

tea

brew install tea
tea -h

act_runner

brew install act_runner
act_runner -h

changelog

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

brew untap go-gitea/gitea
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea

Once you updated the tap, you can upgrade via

brew update && brew upgrade gitea tea changelog act_runner

Uninstall

You can uninstall Gitea with

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

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright (c) 2016 The Gitea Authors <https://gitea.io>
Description
Gitea: Homebrew
Readme MIT 456 KiB
Languages
Ruby 86.6%
Shell 13.4%