From f3f82fbfbee5916fadc3cce9a2c142ab214aeb2d Mon Sep 17 00:00:00 2001 From: marcio-rg <67710658+marcio-rg@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:25:53 -0500 Subject: [PATCH] Update README.rst to use git+https during install for anonymous download --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 33aa2ae..0f253ca 100755 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ 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 +pip3 install git+https://git@github.com/aws-samples/aws-iamctl.git You will see output similar to the following: