From 155755ae2f191dccf89016e2c0f5f75fcee0f14a Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 6 Jan 2021 15:22:29 +1100 Subject: [PATCH] brew v3! --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 74b89395..eba2f4eb 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ Using [Homebrew](https://brew.sh/) brew install yq ``` +or, for the v3 version: + +``` +brew install yq@3 +``` + +Note that for v3, as it is a versioned brew it will not add the `yq` command to your path automatically. Please follow the instructions given by brew upon installation. + ### Linux via snap: ``` snap install yq