From 41cef21dfad1b101e8b068f51e170be3ddfc4657 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Fri, 9 Oct 2020 11:34:15 +0900 Subject: [PATCH 1/2] docs: Add description of Homebrew's official formula --- 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 d3c787f06864..9e4415b30a7a 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 ``` +If you don't want to use tap, official formula also available. but it requires install Go compiler from Homebrew, so be careful. + +```sh +brew install golangci-lint +brew upgrade golangci-lint +``` + ### Docker ```sh From 4465e1e10f53587dc626e8610da2406c5de05ca4 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Sun, 8 Nov 2020 07:59:03 +0900 Subject: [PATCH 2/2] Update index.mdx --- docs/src/docs/usage/install/index.mdx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/src/docs/usage/install/index.mdx b/docs/src/docs/usage/install/index.mdx index 9e4415b30a7a..dba1ed7d3cfb 100644 --- a/docs/src/docs/usage/install/index.mdx +++ b/docs/src/docs/usage/install/index.mdx @@ -48,18 +48,13 @@ and is constantly being improved. For any problems with `golangci-lint`, check o You can install a binary release on macOS using [brew](https://brew.sh/): -```sh -brew install golangci/tap/golangci-lint -brew upgrade golangci/tap/golangci-lint -``` - -If you don't want to use tap, official formula also available. but it requires install Go compiler from Homebrew, so be careful. - ```sh brew install golangci-lint brew upgrade golangci-lint ``` +Note: previously we use [tap](https://github.com/golangci/homebrew-tap), but it is obsoleted. We recommend using official formula instead of an obsolete tap. + ### Docker ```sh