From 651ba2aba40974e31f0560660420b149b57bb415 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Mon, 28 Oct 2019 19:40:09 +0000 Subject: [PATCH] Add install guide from brew on README (#61) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e0ee105..80eb37a 100644 --- a/README.md +++ b/README.md @@ -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.