From 2c5e467f13c397dd09a11db1a7c130b00c0af747 Mon Sep 17 00:00:00 2001 From: aws-kevinrickard <69011095+aws-kevinrickard@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:07:06 -0800 Subject: [PATCH] Update README.md with note about where gdk is installed --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11f8410..939825d 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ To install the latest version of CLI using this git repository and pip, run the `pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.6.2` +This installs the gdk executable into your python environment bin. You'll want to add it to your path, or reference the executable absolutely in the commands below. + Run `gdk --help` to check if the cli tool is successfully installed. #### 2. Configure AWS credentials