Skip to content

Commit

Permalink
README: Requirementes section completed due to aws-sdk change
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Feb 8, 2014
1 parent 6c6ca87 commit bbecf99
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ This Chef Handler is heavily based on [Joshua Timberman](https://github.com/jtim

* Amazon AWS: uses Amazon SNS service.
* Uses the `aws-sdk` library.
* Some dependencies (libxml2) require `gcc` and `make`.
* `aws-sdk` requires `nokogiri`, which also requires one of the following two:
* `libxml2-dev` installed.
* `gcc` and `make` installed (this will install libxml2 internally).
* For `Ruby 1.8`, you need to install old versions of the following dependencies:
* `mime-types < 2.0`.
* `nokogiri < 1.6`.

## Usage

Expand Down

0 comments on commit bbecf99

Please sign in to comment.