From 4b63d92a3c31717ebd26d149cecb59639b5bd65a Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 22 Apr 2020 23:29:44 +1000 Subject: [PATCH] Added choco install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a6eab9d0..18835a27 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ V3 is officially out - if you've been using v2 and want/need to upgrade, checkou ``` brew install yq ``` + +### Windows: +``` +choco install yq +``` +Supported by @chillum + ### Ubuntu and other Linux distros supporting `snap` packages: ``` snap install yq