Skip to content

Commit de7fc38

Browse files
committedJan 13, 2016
Updated README.md to use 'go get'
1 parent f9376cb commit de7fc38

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ cloudformation_s3bucket_cleanup is tool used for cleaning up retired S3 buckets
66
## Usage
77
**compile for your platform using go build**
88
```bash
9-
# Example for 64bit Ubuntu
10-
$ cd ~/cloudformation_s3_bucket
11-
$ GOOS=linux GOARCH=amd64 go build .
9+
$ go get github.com/PermissionData/cloudformation_s3bucket_cleanup
1210
```
1311
**set up aws credentials in ~/.aws/credentials**
1412
```bash
@@ -17,9 +15,9 @@ $ cat ~/.aws/credentials
1715
aws_access_key_id = <aws_access_key_id>
1816
aws_secret_access_key = <aws_secret_access_key>
1917
```
20-
**run tool for backing up**
18+
**run tool**
2119
```bash
22-
$ ./cloudformation_s3bucket_cleanup --aws-region us-east-1 --bucketfilter exhibitors3bucket
20+
$ cloudformation_s3bucket_cleanup --aws-region us-east-1 --bucketfilter exhibitors3bucket
2321
```
2422
The default value for aws-region is us-east-1; the default value for bucketfilter is exhibitors3bucket. If you want these exact parameters you don't need to use the CLI args.
2523

0 commit comments

Comments
 (0)
Please sign in to comment.