diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-05-12 08:51:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 20:51:41 +0800 |
commit | 08611fb765214544ac5b34bb909f8d8c242ea4f3 (patch) | |
tree | 1fc495c9734412b28efc1b78a498b3cdec7827c0 /docs | |
parent | 0198bbedc193fd1c5733fede11a57b7900cf6c8c (diff) | |
download | gitea-08611fb765214544ac5b34bb909f8d8c242ea4f3.tar.gz gitea-08611fb765214544ac5b34bb909f8d8c242ea4f3.zip |
Update docs to reflect new location of homebrew repo (#11384)
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/from-package.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md index eff1d70cfa..8461d196d9 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 ``` |