From 766b3c6ad1a0dd63890c685b23a21b8bd1195525 Mon Sep 17 00:00:00 2001 From: Andrew Feng Date: Wed, 17 Sep 2014 13:01:24 +1000 Subject: [PATCH] Update README.md ec2-automate-backup-awscli.sh requires AWS Command Line Interface tools be installed --- ec2-automate-backup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2-automate-backup/README.md b/ec2-automate-backup/README.md index 2560490..398cff8 100644 --- a/ec2-automate-backup/README.md +++ b/ec2-automate-backup/README.md @@ -7,7 +7,7 @@ ec2-automate-backup was created to provide easy backup/snapshot functionality fo # Installation Instructions: ### for ec2-automate-backup-awscli.sh (Recommended) -ec2-automate-backup.sh requires AWS Command Line Interface tools be installed and properly configured. Instructions for installing this tool is available at http://aws.amazon.com/cli/. +ec2-automate-backup-awscli.sh requires AWS Command Line Interface tools be installed and properly configured. Instructions for installing this tool is available at http://aws.amazon.com/cli/. ### for ec2-automate-backup.sh ec2-automate-backup.sh requires that the EC2 API Tools be installed and properly configured. Instructions for installing these tools is avaiable at http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/set-up-ec2-cli-linux.html.