Add a `brew update` to the README. (#71)

This commit is contained in:
Arthur Bauer 2019-10-14 03:28:07 +00:00 committed by Gitea
parent 836c6b460f
commit ba32866b83
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
Once you updated the tap, you can upgrade via
```bash
brew upgrade gitea
brew update && brew upgrade gitea
```