Added info about brew uninstall (#74)

This commit is contained in:
Arthur Bauer 2019-10-31 14:26:31 +00:00 committed by Lunny Xiao
parent ba32866b83
commit 92ba1a16eb
1 changed files with 11 additions and 0 deletions

View File

@ -34,6 +34,17 @@ Once you updated the tap, you can upgrade via
brew update && brew upgrade gitea
```
## Uninstall
You can uninstall Gitea with
```bash
brew uninstall gitea
```
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