Skip to content

Commit a041498

Browse files
author
golangci
authored
Update README.md
1 parent 2f1cdcc commit a041498

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ You can also install it by brew:
4242
brew install golangci/tap/golangci-lint
4343
```
4444

45+
For CI you can use fast local installation:
46+
```bash
47+
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh
48+
```
49+
4550
Check the [releases page](https://github.com/golangci/golangci-lint/releases) to fix the version.
4651

4752
# Demo

0 commit comments

Comments
 (0)