Skip to content

Commit

Permalink
Merge pull request #75 from hakamadare/homebrew_tap
Browse files Browse the repository at this point in the history
Update README to reference Homebrew tap
  • Loading branch information
wata727 authored Mar 21, 2017
2 parents 9221cc9 + 1e73f6c commit be45ff4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ $ install tflint /usr/local/tflint/bin
$ tflint -v
```

### Homebrew

macOS users can also use [Homebrew](https://brew.sh) to install TFLint:

```
$ brew tap hakamadare/tflint
$ brew install tflint
```

### Running in Docker
We provide Docker images for each version on [DockerHub](https://hub.docker.com/r/wata727/tflint/). With docker, you can run TFLint without installing it locally.

Expand Down

0 comments on commit be45ff4

Please sign in to comment.