Gitea: Homebrew
Go to file
2019-10-09 13:42:33 +00:00
.github Add .github & update contributing/maintainers file 2017-01-24 21:59:59 +01:00
.editorconfig Initial commit 2016-11-25 14:46:19 +01:00
.lgtm update LGTM pattern (#30) 2018-01-09 02:25:01 +02:00
CONTRIBUTING.md Add .github & update contributing/maintainers file 2017-01-24 21:59:59 +01:00
CONTRIBUTORS Initial commit 2016-11-25 14:46:19 +01:00
DCO Initial commit 2016-11-25 14:46:19 +01:00
gitea.rb Update to 1.9.4 (#72) 2019-10-09 13:42:33 +00:00
lgtm.rb Deduplicate code and Update 1.2.2 (#24) 2017-10-28 17:00:42 +02:00
LICENSE Initial commit 2016-11-25 14:46:19 +01:00
MAINTAINERS Update MAINTAINERS file 2019-01-02 19:13:38 +01:00
README.md Update README: adding upgrade info (#64) (#65) 2019-08-02 15:04:35 +00:00
tea.rb change the tea from github.com to gitea.com (#60) 2019-06-02 20:29:48 +03:00

Gitea: Homebrew

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

Homebrew repository to install Gitea on macOS.

Prepare

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

Install

gitea

brew install gitea
gitea -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 upgrade gitea

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>