/aws-cli

Environment for all the Amazon Web Services Cli tools

Primary LanguageShell

# Check the updates on
# http://github.com/chexov/aws-cli

Description
===========
These scripts may help you to install all the AWS tools in one shot
in your home dir.
And you will run them from your home dir not from /usr/local.



Installation
============
git clone http://github.com/chexov/aws-cli
cd aws-cli
./update-tools.sh

To apply the environment:
. ./profile

You may want to add aws-cli/profile file to your ~/.profile

Have a happy coding.