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: