Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from Nov 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/src/docs/usage/install/index.mdx
Expand Up @@ -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.

Expand Down