From acaa624fae82bc8faf9e9ab726b710bdad0cd8bf Mon Sep 17 00:00:00 2001 From: Saranya Date: Fri, 21 Jul 2023 11:39:08 -0700 Subject: [PATCH] chore: update readme for gdk 1.3.0 release (#219) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6401745e..547877e5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Please follow the [GDK CLI public documentation](https://docs.aws.amazon.com/gre To install the latest version of CLI using this git repository and pip, run the following command -`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.2.3` +`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.3.0` Run `gdk --help` to check if the cli tool is successfully installed.