Skip to content

Commit

Permalink
Merge pull request #114 from travis-ci/doc-jq-dep
Browse files Browse the repository at this point in the history
Document jq dependency.
  • Loading branch information
meatballhat committed Jan 18, 2018
2 parents 711dc29 + 568e4d5 commit 79633d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Install go, yay!

## Installation & usage

Requires `jq` for JSON processing. This is a common tool.

Install from github:

``` bash
Expand All @@ -18,7 +20,7 @@ chmod +x ~/bin/gimme
[Homebrew](http://brew.sh) (OS X):

```bash
brew install gimme
brew install jq gimme
```

Then check the help text a la:
Expand Down

0 comments on commit 79633d4

Please sign in to comment.