Skip to content

Commit

Permalink
Update README to reference Homebrew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Huff committed Mar 20, 2017
1 parent 9221cc9 commit 1e73f6c
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 1e73f6c

Please sign in to comment.