Skip to content

Commit 3b06269

Browse files
authored
docs: Add description of Homebrew's official formula (#1421)
* docs: Add description of Homebrew's official formula * Update index.mdx
1 parent 3fe444c commit 3b06269

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/docs/usage/install/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ and is constantly being improved. For any problems with `golangci-lint`, check o
4949
You can install a binary release on macOS using [brew](https://brew.sh/):
5050

5151
```sh
52-
brew install golangci/tap/golangci-lint
53-
brew upgrade golangci/tap/golangci-lint
52+
brew install golangci-lint
53+
brew upgrade golangci-lint
5454
```
5555

56+
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.
57+
5658
It can also be installed through [macports](https://www.macports.org/)
5759
The macports installation mode is community driven, and not officially maintained by golangci team.
5860

0 commit comments

Comments
 (0)