README.md in s3_website-1.3.1 vs README.md in s3_website-1.3.2
- old
+ new
@@ -15,10 +15,13 @@
## Install
gem install s3_website
+`s3_website` requires Ruby. Here is documentation on installing Ruby:
+<http://www.ruby-lang.org/en/downloads/>.
+
## Usage
Here's how you can get started:
* In [AWS IAM](https://console.aws.amazon.com/iam), create API credentials that have sufficient permissions to S3
@@ -67,12 +70,10 @@
you can omit the `s3_id` and `s3_secret` keys in the config file.)
## Project goals
* Provide a command-line interface tool for deploying and managing S3 websites
- * Create commands such as `s3_website push`, `s3_website cfg create` and
- `s3_website cfg apply`
* Let the user have all the S3 website configurations in a file
* Minimise or remove the need to use the AWS Console
* Allow the user to deliver the website via CloudFront
* Automatically detect the most common static website tools, such as Jekyll or
Nanoc
@@ -175,10 +176,10 @@
It is easy to deliver your S3-based web site via Cloudfront, the CDN of Amazon.
#### Creating a new CloudFront distribution
When you run the command `s3_website cfg apply`, it will ask you whether you
-want to deliver your website via CloudFront. If you answer yes, command will
+want to deliver your website via CloudFront. If you answer yes, the command will
create a CloudFront distribution for you.
#### Using your existing CloudFront distribution
If you already have a CloudFront distribution that serves data from your website