Skip to content

Commit 1a3cdcb

Browse files
authored
docs: update Homebrew installation manual (#5565)
1 parent 116118d commit 1a3cdcb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/src/docs/welcome/install.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ Golangci-lint is available inside the majority of the package managers.
7878

7979
### macOS
8080

81-
#### Brew
81+
#### Homebrew
8282

83-
Note: brew can use a non-expected version of Go to build the binary,
84-
so we recommend either using our binaries or be sure of the version of Go used to build.
83+
Note: Homebrew can use an unexpected version of Go to build the binary,
84+
so we recommend either using our binaries or ensuring the version of Go used to build.
8585

8686
You can install a binary release on macOS using [brew](https://brew.sh/):
8787

@@ -90,8 +90,10 @@ brew install golangci-lint
9090
brew upgrade golangci-lint
9191
```
9292

93-
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
94-
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,
93+
Note: Previously, we used a [Homebrew tap](https://github.com/golangci/homebrew-tap).
94+
We recommend using the [official formula](https://formulae.brew.sh/formula/golangci-lint) instead of the tap,
95+
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.
96+
In this case, the tap formula, which is updated automatically,
9597
can be used to install the latest version of `golangci-lint`:
9698

9799
```bash

0 commit comments

Comments
 (0)