Skip to content

Commit 0415754

Browse files
committed
docs: update Homebrew installation manual
1 parent e57f2d0 commit 0415754

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/src/docs/welcome/install.mdx

Lines changed: 5 additions & 4 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,7 +90,8 @@ 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
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, but sometimes the most recent release
9495
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,
9596
can be used to install the latest version of `golangci-lint`:
9697

0 commit comments

Comments
 (0)