From df98b469b7ca0456d1d950c2f2196310fdb0c8c8 Mon Sep 17 00:00:00 2001 From: Jamie Visker Date: Wed, 5 Aug 2020 09:05:14 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e6a5d1..0c5774f 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ This is one of the few modules that you can just run "as is" and then throw away ```sh git clone https://github.com/byu-oit/terraform-aws-backend-s3.git -cd terraform-aws-backend-s3/examples +cd terraform-aws-backend-s3/examples/simple awslogin # log into the account that needs the Terraform State S3 Backend created terraform init terraform apply -cd ../../ +cd ../../../ rm -rf terraform-aws-backend-s3 ```