docs: Add description of Homebrew's official formula (#1421)

* docs: Add description of Homebrew's official formula

* Update index.mdx
This commit is contained in:
rinsuki 2020-11-08 08:37:27 +09:00 committed by GitHub
parent 3fe444cba9
commit 3b062699f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/): You can install a binary release on macOS using [brew](https://brew.sh/):
```sh ```sh
brew install golangci/tap/golangci-lint brew install golangci-lint
brew upgrade golangci/tap/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/) 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. The macports installation mode is community driven, and not officially maintained by golangci team.