From 903605df39fc7cc3983a4b89251235014b49faee Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 21 Feb 2020 21:07:37 +1100 Subject: [PATCH] Updating readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index df701559..717a3a2c 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,13 @@ V3 is officially out - if you've been using v2 and want/need to upgrade, checkou ## Install -### Download the latest binary +### [Download the latest binary](https://github.com/mikefarah/yq/releases/latest) -[Here](https://github.com/mikefarah/yq/releases/latest) - -### On MacOS: +### MacOS: ``` brew install yq ``` -### On Ubuntu and other Linux distros supporting `snap` packages: +### Ubuntu and other Linux distros supporting `snap` packages: ``` snap install yq ``` @@ -50,6 +48,8 @@ sudo add-apt-repository ppa:rmescandon/yq sudo apt update sudo apt install yq -y ``` +Supported by @rmescandon + ### Go Get: ``` GO111MODULE=on go get github.com/mikefarah/yq/v3