Update README; adding upgrade info

This commit is contained in:
Arthur Bauer 2019-08-02 12:07:24 +00:00 committed by Arthur Bauer
parent d7dcf23c8e
commit e57899db15

View file

@ -19,6 +19,22 @@ 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
```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 upgrade gitea
```
## Contributing
Fork -> Patch -> Push -> Pull Request