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

Add install instructions to documentation

This commit is contained in:
David Bliss
2018-02-16 16:24:59 +00:00
committed by Mike Farah
parent 298126864f
commit e552dbb6ab
3 changed files with 197 additions and 173 deletions

View File

@@ -4,13 +4,17 @@ 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.
## Install
On MacOS:
```
brew install yq
```
On Ubuntu and other Linux distros supporting `snap` packages:
```
snap install yq
```
or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
```
go get github.com/mikefarah/yq
```
[View on GitHub](https://github.com/mikefarah/yq)