Add install guide from brew on README (#61)

This commit is contained in:
Lunny Xiao 2019-10-28 19:40:09 +00:00 committed by techknowlogick
parent 0515114fa3
commit 651ba2aba4
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ If the `tea` executable is not found, you might need to set up your `$GOPATH` an
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
```
If you have `brew` installed, you can install tea version via:
```sh
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
brew install --devel tea
```
## Usage
First of all, you have to create a token on your `personal settings -> application` page of your gitea instance.