Skip to content

Commit 3e6b01e

Browse files
authored
Mention macports installation procedure on macOS (#1352)
* Mention macports installation procedure on macOS
1 parent a8b7b00 commit 3e6b01e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/src/docs/usage/install/index.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ brew install golangci/tap/golangci-lint
5353
brew upgrade golangci/tap/golangci-lint
5454
```
5555

56+
It can also be installed through [macports](https://www.macports.org/)
57+
The macports installation mode is community driven, and not officially maintained by golangci team.
58+
59+
```sh
60+
sudo port install golangci-lint
61+
```
62+
5663
### Docker
5764

5865
```sh

0 commit comments

Comments
 (0)