From eb7998a5a8a505679d2c562d9e8473a0816eabc1 Mon Sep 17 00:00:00 2001 From: golangci Date: Tue, 29 May 2018 13:16:38 +0300 Subject: [PATCH] Revert "Update README.md" This reverts commit 5998a81a7d24c063e04be469079e5c1aeed5e2c4. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 7601d8a6..1d5942ac 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,10 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint * [Contact Information](#contact-information) # Install -Recommended way to install is: ```bash go get -u github.com/golangci/golangci-lint/cmd/golangci-lint ``` -You can also install it by brew: -```bash -brew install golangci/tap/golangci-lint -``` - -Check the [releases page](https://github.com/golangci/golangci-lint/releases) to fix the version. - # Demo Example of output: ![Screenshot of sample output](docs/run_screenshot.png)