From a0168cfd6d2622d77a90722dbed595b45324ed78 Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Wed, 15 Nov 2017 14:18:49 -0800 Subject: [PATCH] Update README.md --- terraform/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/README.md b/terraform/README.md index 92a4e264a..4e17c506f 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -16,7 +16,7 @@ to bootstrap a local staging environment: ```bash $ git clone git@github.com:hashicorp/nomad.git -$ cd terraform/aws +$ cd terraform $ vagrant up && vagrant ssh ``` @@ -25,8 +25,8 @@ Azure CLI. ## Provision a cluster -Follow the steps [here](aws/README.md) to provision a cluster on AWS. -Follow the steps [here](azure/README.md) to provision a cluster on Azure. +- Follow the steps [here](aws/README.md) to provision a cluster on AWS. +- Follow the steps [here](azure/README.md) to provision a cluster on Azure. Continue with the steps below after a cluster has been provisioned.