From 56efe9811df494c534ae157096b19d20d41009c7 Mon Sep 17 00:00:00 2001 From: Dread <34528298+cryptodread@users.noreply.github.com> Date: Wed, 11 May 2022 18:23:10 -0400 Subject: [PATCH] Update README.md to include yq (#1385) Update README.md to include yq install instructions for Linux --- build/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/README.md b/build/README.md index c7c5cbd0f..9d6d1e262 100644 --- a/build/README.md +++ b/build/README.md @@ -27,6 +27,9 @@ - jq - `sudo apt install -y jq` - https://stedolan.github.io/jq +- yq + - `sudo snap install yq` + - https://mikefarah.gitbook.io/yq 2. Clone the repo, move into it, and bring in required submodules