We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b7b00 commit 3e6b01eCopy full SHA for 3e6b01e
docs/src/docs/usage/install/index.mdx
@@ -53,6 +53,13 @@ brew install golangci/tap/golangci-lint
53
brew upgrade golangci/tap/golangci-lint
54
```
55
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
63
### Docker
64
65
```sh
0 commit comments