Skip to content

Commit

Permalink
docs: Add description of Homebrew's official formula (#1421)
Browse files Browse the repository at this point in the history
* docs: Add description of Homebrew's official formula

* Update index.mdx
  • Loading branch information
rinsuki committed Nov 7, 2020
1 parent 3fe444c commit 3b06269
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 3b06269

Please sign in to comment.