Skip to content

Commit

Permalink
Mention macports installation procedure on macOS (#1352)
Browse files Browse the repository at this point in the history
* Mention macports installation procedure on macOS
  • Loading branch information
dgsb committed Oct 18, 2020
1 parent a8b7b00 commit 3e6b01e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/docs/usage/install/index.mdx
Expand Up @@ -53,6 +53,13 @@ brew install golangci/tap/golangci-lint
brew upgrade golangci/tap/golangci-lint
```

It can also be installed through [macports](https://www.macports.org/)
The macports installation mode is community driven, and not officially maintained by golangci team.

```sh
sudo port install golangci-lint
```

### Docker

```sh
Expand Down

0 comments on commit 3e6b01e

Please sign in to comment.