From 92b0c24918e0dce4eacd7b872c9454a248a1c6fb Mon Sep 17 00:00:00 2001 From: Anton Mokhovikov Date: Thu, 8 Apr 2021 16:42:16 -0700 Subject: [PATCH] Changed README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 54b3475..33a2733 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,9 @@ If you are using this package to build resource providers for CloudFormation, in **Installation** -Because this is a developer preview, you still need to install the plugin from GitHub using [pip](https://pypi.org/project/pip/). ```shell -pip3 install git+https://github.com/eduardomourar/cloudformation-cli-typescript-plugin.git#egg=cloudformation-cli-typescript-plugin +pip3 install cloudformation-cli-typescript-plugin ``` Refer to the [CloudFormation CLI User Guide](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-types.html) for the [CloudFormation CLI](https://github.com/aws-cloudformation/cloudformation-cli) for usage instructions.