From a0414984e5f40b36ee5a33092b18dd802c14c15a Mon Sep 17 00:00:00 2001 From: golangci <35628013+golangci@users.noreply.github.com> Date: Tue, 29 May 2018 17:46:32 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7601d8a6..2031f317 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ You can also install it by brew: brew install golangci/tap/golangci-lint ``` +For CI you can use fast local installation: +```bash +curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh +``` + Check the [releases page](https://github.com/golangci/golangci-lint/releases) to fix the version. # Demo