From 9efc5a5f5df92f8f1d241a8b2a637a4fb184030a Mon Sep 17 00:00:00 2001 From: Joben Rara Date: Wed, 2 Mar 2022 17:43:44 +0800 Subject: [PATCH] fixed small typo in pip install command --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 33aa2ae..484f4cf 100755 --- a/README.rst +++ b/README.rst @@ -37,8 +37,9 @@ This section describes how to install and run the IAMCTL tool. 1. At the command line, enter the following command: -pip install git+ssh://git@github.com:aws-samples/aws-iamctl.git - +```bash +pip install git+ssh://git@github.com/aws-samples/aws-iamctl.git +``` You will see output similar to the following: |image0|