1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

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

View File

@@ -3,14 +3,14 @@ yq is 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.
### [download latest binary](https://github.com/mikefarah/yq/releases/latest)
### get the source
```bash
## Install
```
brew install yq
```
or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
```
go get github.com/mikefarah/yq
```
[.zip](https://github.com/mikefarah/yq/zipball/master) or [tar.gz](https://github.com/mikefarah/yq/tarball/master)
[View on GitHub](https://github.com/mikefarah/yq)