Now on brew!

This commit is contained in:
Mike Farah
2017-12-25 06:30:49 +11:00
parent a409a7e82b
commit 0abda0098c
5 changed files with 37 additions and 14 deletions
+4 -1
View File
@@ -4,7 +4,10 @@ a lightweight and portable command-line YAML processor
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
## Install
[Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
```
brew install yq
```
or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
```
go get github.com/mikefarah/yq
```