From 93c2ca5b9c6b271d3999e9dae08011f1da21a3fc Mon Sep 17 00:00:00 2001 From: Andrew Peng <356292+pengc99@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:03:02 -0600 Subject: [PATCH] docs: Update authoring_content.md with fix for issue #1160 (#1162) Co-authored-by: Niall Thomson --- docs/authoring_content.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/authoring_content.md b/docs/authoring_content.md index 4d2d579ff..d17be43d3 100644 --- a/docs/authoring_content.md +++ b/docs/authoring_content.md @@ -21,9 +21,12 @@ The following pre-requisites are necessary to work on the content: - Docker - `make` - `jq` + - `yq` - Node.js + `yarn` - `kubectl` +Double-check the version of `yq` installed in your environment. Many package managers will automatically install a version of yq that is incompatible with this workshop as a pre-requisote when installing `jq`. The latest version of `yq` can be downloaded here [https://github.com/mikefarah/yq](https://github.com/mikefarah/yq) + ## Create a work branch The first step is to create a working branch to create the content. There are two ways to do this depending on your access level: