Skip to content

Commit

Permalink
Update installation section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alxarch committed Feb 1, 2019
1 parent ca88048 commit 1be7614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
dist/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ Results from `jq`'s output are separated by `---` in a single YAML value stream.

## Installation

Assuming `$GOPATH/bin` is in `$PATH` just
Download an executable for your platform from github [releases]( https://github.com/alxarch/yjq/releases/latest).

Alternatively, assuming `$GOPATH/bin` is in `$PATH` just

```
go get github.com/alxarch/yjq
Expand Down

0 comments on commit 1be7614

Please sign in to comment.