From 3b062699f397b5b70e3aa09f3728b05e96ed9796 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Sun, 8 Nov 2020 08:37:27 +0900 Subject: [PATCH] docs: Add description of Homebrew's official formula (#1421) * docs: Add description of Homebrew's official formula * Update index.mdx --- docs/src/docs/usage/install/index.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/usage/install/index.mdx b/docs/src/docs/usage/install/index.mdx index 53b4457ad8cc..686e43edfcdb 100644 --- a/docs/src/docs/usage/install/index.mdx +++ b/docs/src/docs/usage/install/index.mdx @@ -49,10 +49,12 @@ and is constantly being improved. For any problems with `golangci-lint`, check o You can install a binary release on macOS using [brew](https://brew.sh/): ```sh -brew install golangci/tap/golangci-lint -brew upgrade golangci/tap/golangci-lint +brew install golangci-lint +brew upgrade golangci-lint ``` +Note: previously we use [tap](https://github.com/golangci/homebrew-tap), but it is obsoleted. We recommend using official formula instead of an obsolete tap. + It can also be installed through [macports](https://www.macports.org/) The macports installation mode is community driven, and not officially maintained by golangci team.