Skip to content

Commit 927dc7b

Browse files
authored
Mention macports installation procedure on macOS
1 parent ca8bbb8 commit 927dc7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ brew install golangci/tap/golangci-lint
5353
brew upgrade golangci/tap/golangci-lint
5454
```
5555

56+
It can also be installed through [macport](https://www.macports.org/)
57+
58+
```sh
59+
sudo port install golangci-lint
60+
```
61+
5662
### Docker
5763

5864
```sh

0 commit comments

Comments
 (0)