From f01f68b0801ebf864d461b959d06beea4883da34 Mon Sep 17 00:00:00 2001 From: Ryan Editraj <114290745+Ryan-Editraj@users.noreply.github.com> Date: Mon, 20 May 2024 17:59:19 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 165720e..ac3f76a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Tool to automate the process of an S3 bucket takeover via CNAME - given a target Install the tool and required dependencies: ``` -go get github.com/allyomalley/s3Takeover/... +go install github.com/allyomalley/s3Takeover@latest ``` Note that the bucket creation process uses the AWS SDK for Go - it will automatically use the credentials you have configured with the AWS CLI.