Prefer download binary

This commit is contained in:
Mike Farah 2020-01-31 10:37:27 +11:00
parent 63ded205e8
commit c6a52012ab
1 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,10 @@ V3 is officially out - if you've been using v2 and want/need to upgrade, checkou
## Install
### Download the latest binary
[Here](https://github.com/mikefarah/yq/releases/latest)
### On MacOS:
```
brew install yq
@ -45,7 +49,7 @@ sudo add-apt-repository ppa:rmescandon/yq
sudo apt update
sudo apt install yq -y
```
### or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
### Go Get:
```
GO111MODULE=on go get github.com/mikefarah/yq/v3
```