Skip to content

Commit

Permalink
docs: Add docs on using homebrew tap (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand committed Feb 20, 2021
1 parent b7aac3b commit 191d6c8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/src/docs/usage/install/index.mdx
Expand Up @@ -53,7 +53,14 @@ 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.
Note: Previously we used a [homebrew tap](https://github.com/golangci/homebrew-tap). We recommend using official formula instead of the tap, but sometimes the most recent release
isn't immediately available via homebrew core due to manual updates that need to occur from homebrew core maintainers. In this case, the tap formula, which is updated automatically,
can be used to install the latest version of `golangci-lint`:

```sh
brew tap golangci/tap
brew install golangci/tap/golangci-lint
```

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

0 comments on commit 191d6c8

Please sign in to comment.