Updating readme

This commit is contained in:
Mike Farah 2020-02-21 21:07:37 +11:00
parent 0f9facc84b
commit 903605df39

View File

@ -12,15 +12,13 @@ V3 is officially out - if you've been using v2 and want/need to upgrade, checkou
## Install ## Install
### Download the latest binary ### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest)
[Here](https://github.com/mikefarah/yq/releases/latest) ### MacOS:
### On MacOS:
``` ```
brew install yq brew install yq
``` ```
### On Ubuntu and other Linux distros supporting `snap` packages: ### Ubuntu and other Linux distros supporting `snap` packages:
``` ```
snap install yq snap install yq
``` ```
@ -50,6 +48,8 @@ sudo add-apt-repository ppa:rmescandon/yq
sudo apt update sudo apt update
sudo apt install yq -y sudo apt install yq -y
``` ```
Supported by @rmescandon
### Go Get: ### Go Get:
``` ```
GO111MODULE=on go get github.com/mikefarah/yq/v3 GO111MODULE=on go get github.com/mikefarah/yq/v3