From 4771e7861a42d9645b9445b509344d8776136a43 Mon Sep 17 00:00:00 2001 From: Asa Miller Date: Mon, 11 Feb 2019 19:33:52 -0800 Subject: [PATCH] correction for aws install command --- docs/docs/deploying-to-s3-cloudfront.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/deploying-to-s3-cloudfront.md b/docs/docs/deploying-to-s3-cloudfront.md index 06d76c7577292..6aa1affb7777f 100644 --- a/docs/docs/deploying-to-s3-cloudfront.md +++ b/docs/docs/deploying-to-s3-cloudfront.md @@ -33,7 +33,7 @@ You'll need these in the next step. Install the AWS CLI and configure it (ensure python is installed before running these commands) ```shell -pip install aws +pip install awscli aws configure ```