From 3e6b01e716c28265b23fd493abf6d3612098f83b Mon Sep 17 00:00:00 2001 From: David Bariod Date: Sun, 18 Oct 2020 07:59:17 +0200 Subject: [PATCH] Mention macports installation procedure on macOS (#1352) * Mention macports installation procedure on macOS --- docs/src/docs/usage/install/index.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/docs/usage/install/index.mdx b/docs/src/docs/usage/install/index.mdx index d3c787f0..53b4457a 100644 --- a/docs/src/docs/usage/install/index.mdx +++ b/docs/src/docs/usage/install/index.mdx @@ -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