Mention macports installation procedure on macOS (#1352)

* Mention macports installation procedure on macOS
This commit is contained in:
David Bariod 2020-10-18 07:59:17 +02:00 committed by GitHub
parent a8b7b0037a
commit 3e6b01e716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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