From df156e17309f9ef960744c74a0996b3394d8c96b Mon Sep 17 00:00:00 2001 From: Vinay Aggarwal Date: Fri, 14 Jan 2022 17:09:27 +0530 Subject: [PATCH] Added missing prerequisite `jq` is often not installed on most linux systems, so it must be listed under pre-requisite. If not mentioned, CC installation fails without any descriptive errors. --- test-network-k8s/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/test-network-k8s/README.md b/test-network-k8s/README.md index 577c0394..c38d7366 100644 --- a/test-network-k8s/README.md +++ b/test-network-k8s/README.md @@ -20,6 +20,7 @@ _Fabric, Ahoy!_ - [Docker](https://www.docker.com) - [kubectl](https://kubernetes.io/docs/tasks/tools/) - [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation) +- [jq](https://stedolan.github.io/jq/) ## Quickstart