mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
Now on brew!
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user