From 08611fb765214544ac5b34bb909f8d8c242ea4f3 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 12 May 2020 08:51:41 -0400 Subject: [PATCH] Update docs to reflect new location of homebrew repo (#11384) Co-authored-by: Lauris BH Co-authored-by: zeripath --- docs/content/doc/installation/from-package.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md index eff1d70cf..8461d196d 100644 --- a/docs/content/doc/installation/from-package.en-us.md +++ b/docs/content/doc/installation/from-package.en-us.md @@ -38,7 +38,7 @@ Following the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) gu but is not supported. To install Gitea via `brew`: ``` -brew tap go-gitea/gitea +brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea brew install gitea ```