Skip to content

Commit

Permalink
Copy updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercliff committed Jun 29, 2013
1 parent 886afae commit cffa7d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,12 +1,14 @@
# Caisson

A command line utility for deploying your static website to AWS. Configures S3, Route 53, and CloudFront to serve `http://yoursite.com` with one command.
A utility for deploying your static website to AWS.

Caisson sets up S3, Route 53, and CloudFront and deploys `http://yoursite.com` in one command.

[![Build Status](https://secure.travis-ci.org/christophercliff/caisson.png?branch=master)](https://travis-ci.org/christophercliff/caisson)

## Installation

Install with [npm](https://npmjs.org):
Install with [npm](https://npmjs.org/package/caisson):

```
$ npm install -g caisson
Expand Down
2 changes: 1 addition & 1 deletion bin/caisson
Expand Up @@ -14,7 +14,7 @@ program

program
.command('push [folder]')
.description('Pushes the folder to S3')
.description('Pushes the folder to S3 (./build)')
.option('-a, --aws-config [path]', 'Path to `aws-config.json`')
.action(cli.push);

Expand Down

0 comments on commit cffa7d0

Please sign in to comment.