Update README.md

This commit is contained in:
golangci 2018-05-29 17:46:32 +03:00 committed by GitHub
parent 2f1cdcc6ae
commit a0414984e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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