== Eb Command Line Interface README

This package contains an updated command line interface (CLI), called eb, for AWS Elastic Beanstalk.
AWS Elastic Beanstalk provides easy application deployment and management utilizing various Amazon 
Web Services resources that are created on your behalf. Eb helps you create and deploy your application 
in minutes.

== Requirements

* An AWS account with access to AWS Elastic Beanstalk

== Installation

Once you have downloaded the CLI package:

1) Unzip this archive to a location of your choosing.

To add eb files to your path:

Linux/Mac OS X (Bash shell):

export PATH=$PATH:<path to eb>

Windows:

set PATH=<path to eb>;%PATH%

== Usage

For instructions on how to use eb, see the AWS Elastic Beanstalk documentation at 
http://docs.amazonwebservices.com/elasticbeanstalk/latest/dg/command-reference-get-started.html.