From 3f648ded7042ccb6053ca455c93ac68845977aef Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sun, 11 Sep 2016 07:54:51 -0700 Subject: [PATCH] add jq requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe7355..8098252 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The resulting cluster will be missing the following items: This tutorial assumes you have access to one of the following: * [Google Cloud Platform](https://cloud.google.com) and the [Google Cloud SDK](https://cloud.google.com/sdk/) (125.0.0+) -* [Amazon Web Services](https://aws.amazon.com) and the [AWS CLI](https://aws.amazon.com/cli) (1.10.63+) +* [Amazon Web Services](https://aws.amazon.com), the [AWS CLI](https://aws.amazon.com/cli) (1.10.63+), and [jq](https://stedolan.github.io/jq) (1.5+) While GCP or AWS will be used for basic infrastructure needs, the things learned in this tutorial apply to every platform.