diff --git a/.gitignore b/.gitignore index f1c181e..29d2c3e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +dist/ \ No newline at end of file diff --git a/README.md b/README.md index 7dc39a1..ccef7e8 100644 --- a/README.md +++ b/README.md @@ -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