Skip to content

Commit

Permalink
chore: update readme with instructions to install v1.2.0 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
saranyailla authored Feb 28, 2023
1 parent ba77abc commit 671fe1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.1.0`
`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.2.0`

Run `gdk --help` to check if the cli tool is successfully installed.

Expand All @@ -45,11 +45,11 @@ Configure AWS CLI with your credentials as shown here - https://docs.aws.amazon.
```json
{
"component": {
"com.example.JavaHelloWorld": {
"com.example.PythonHelloWorld": {
"author": "<PLACEHOLDER_AUTHOR>",
"version": "NEXT_PATCH",
"build": {
"build_system": "maven"
"build_system": "zip"
},
"publish": {
"bucket": "<PLACEHOLDER_BUCKET>",
Expand All @@ -65,11 +65,11 @@ Configure AWS CLI with your credentials as shown here - https://docs.aws.amazon.
```json
{
"component": {
"com.example.JavaHelloWorld": {
"com.example.PythonHelloWorld": {
"author": "J. Doe",
"version": "NEXT_PATCH",
"build": {
"build_system": "maven"
"build_system": "zip"
},
"publish": {
"bucket": "my-s3-bucket",
Expand Down

0 comments on commit 671fe1a

Please sign in to comment.