Skip to content

Commit 96a1920

Browse files
committed
Information about releases in README.md
This reverts commit eb7998a.
1 parent ae5152c commit 96a1920

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,18 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
3232
* [Contact Information](#contact-information)
3333

3434
# Install
35+
Recommended way to install is:
3536
```bash
3637
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
3738
```
3839

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+
3947
# Demo
4048
Example of output:
4149
![Screenshot of sample output](docs/run_screenshot.png)

0 commit comments

Comments
 (0)