Update README: adding upgrade info (#64) (#65)

This commit is contained in:
Arthur Bauer 2019-08-02 15:04:35 +00:00 committed by Gitea
parent d7dcf23c8e
commit 46799a5d98
1 changed files with 16 additions and 0 deletions

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