From cbf055247034ed8cec9e4b8d9aa98e09a35bdad3 Mon Sep 17 00:00:00 2001 From: Nirdosh Gautam Date: Tue, 17 Aug 2021 23:40:14 +0545 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3bf8ad6..4eb15ca 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,16 @@ CFN Teardown is a tool to delete matching CloudFormation stacks respecting stack - Supports slack notification for deletion status updates via webhook. - --- ### Install - +Run downloader script: ```bash - -go get github.com/nirdosh17/cfn-teardown - +curl -f https://raw.githubusercontent.com/nirdosh17/cfn-teardown/master/download.sh | sh ``` +OR -**OR** download binary from [HERE](https://github.com/nirdosh17/cfn-teardown/releases) +Download binary manually from [HERE](https://github.com/nirdosh17/cfn-teardown/releases). ### Usage