Skip to content

Commit 671fe1a

Browse files
authored
chore: update readme with instructions to install v1.2.0 (#131)
1 parent ba77abc commit 671fe1a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please follow the [GDK CLI public documentation](https://docs.aws.amazon.com/gre
2020

2121
To install the latest version of CLI using this git repository and pip, run the following command
2222

23-
`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.1.0`
23+
`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.2.0`
2424

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

@@ -45,11 +45,11 @@ Configure AWS CLI with your credentials as shown here - https://docs.aws.amazon.
4545
```json
4646
{
4747
"component": {
48-
"com.example.JavaHelloWorld": {
48+
"com.example.PythonHelloWorld": {
4949
"author": "<PLACEHOLDER_AUTHOR>",
5050
"version": "NEXT_PATCH",
5151
"build": {
52-
"build_system": "maven"
52+
"build_system": "zip"
5353
},
5454
"publish": {
5555
"bucket": "<PLACEHOLDER_BUCKET>",
@@ -65,11 +65,11 @@ Configure AWS CLI with your credentials as shown here - https://docs.aws.amazon.
6565
```json
6666
{
6767
"component": {
68-
"com.example.JavaHelloWorld": {
68+
"com.example.PythonHelloWorld": {
6969
"author": "J. Doe",
7070
"version": "NEXT_PATCH",
7171
"build": {
72-
"build_system": "maven"
72+
"build_system": "zip"
7373
},
7474
"publish": {
7575
"bucket": "my-s3-bucket",

0 commit comments

Comments
 (0)