From 927dc7b7b91bf7b0bff8d969142a51e877d0f5d7 Mon Sep 17 00:00:00 2001 From: David Bariod Date: Wed, 2 Sep 2020 11:38:42 +0200 Subject: [PATCH 1/2] Mention macports installation procedure on macOS --- docs/src/docs/usage/install/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/docs/usage/install/index.mdx b/docs/src/docs/usage/install/index.mdx index d3c787f06864..8d3e7f293f16 100644 --- a/docs/src/docs/usage/install/index.mdx +++ b/docs/src/docs/usage/install/index.mdx @@ -53,6 +53,12 @@ brew install golangci/tap/golangci-lint brew upgrade golangci/tap/golangci-lint ``` +It can also be installed through [macport](https://www.macports.org/) + +```sh +sudo port install golangci-lint +``` + ### Docker ```sh From b0b32de7b2d521147b2953889a90ed89718ff842 Mon Sep 17 00:00:00 2001 From: David Bariod Date: Wed, 30 Sep 2020 13:02:24 +0200 Subject: [PATCH 2/2] updated doc on macports installation mode --- docs/src/docs/usage/install/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/docs/usage/install/index.mdx b/docs/src/docs/usage/install/index.mdx index 8d3e7f293f16..53b4457ad8cc 100644 --- a/docs/src/docs/usage/install/index.mdx +++ b/docs/src/docs/usage/install/index.mdx @@ -53,7 +53,8 @@ brew install golangci/tap/golangci-lint brew upgrade golangci/tap/golangci-lint ``` -It can also be installed through [macport](https://www.macports.org/) +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