From c1ae37da57944ac920f78f96ca0dd149bdd8cfcb Mon Sep 17 00:00:00 2001 From: Jesse Kinkead Date: Mon, 20 Mar 2017 11:11:54 -0700 Subject: [PATCH] Add jq note; wrap long line. --- docs/aws.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/aws.md b/docs/aws.md index e306dd49ed..bf9287a6af 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -112,7 +112,9 @@ domain in Route53. To do this you should: already done this you can also [get the values](ns.md)) ```bash -ID=$(uuidgen) && aws route53 create-hosted-zone --name subdomain.example.com --caller-reference $ID | jq .DelegationSet.NameServers +# Note: This example assumes you have jq installed locally. +ID=$(uuidgen) && aws route53 create-hosted-zone --name subdomain.example.com --caller-reference $ID | \ + jq .DelegationSet.NameServers ``` * Note your **PARENT** hosted zone id