Skip to content
This repository has been archived by the owner on Apr 10, 2019. It is now read-only.

Commit

Permalink
Homebrew installation instructions (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLoy authored and alecthomas committed Sep 11, 2018
1 parent f428410 commit 7a2eddc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<!-- MarkdownTOC -->

- [Installing](#installing)
- [Binary Releases](#binary-releases)
- [Homebrew](#homebrew)
- [Editor integration](#editor-integration)
- [Supported linters](#supported-linters)
- [Configuration file](#configuration-file)
Expand Down Expand Up @@ -45,12 +47,21 @@ It is intended for use with editor/IDE integration.

## Installing

### Binary Releases

To install the latest stable release:

curl -L https://git.io/vp6lP | sh

Alternatively you can install a specific version from the [releases](https://github.com/alecthomas/gometalinter/releases) list.

### Homebrew

```sh
brew tap alecthomas/homebrew-tap
brew install gometalinter
```

## Editor integration

- [SublimeLinter plugin](https://github.com/alecthomas/SublimeLinter-contrib-gometalinter).
Expand Down

0 comments on commit 7a2eddc

Please sign in to comment.