We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69e981 commit 5998a81Copy full SHA for 5998a81
README.md
@@ -32,10 +32,18 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
32
* [Contact Information](#contact-information)
33
34
# Install
35
+Recommended way to install is:
36
```bash
37
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
38
```
39
40
+You can also install it by brew:
41
+```bash
42
+brew install golangci/tap/golangci-lint
43
+```
44
+
45
+Check the [releases page](https://github.com/golangci/golangci-lint/releases) to fix the version.
46
47
# Demo
48
Example of output:
49

0 commit comments