Skip to content

Commit

Permalink
Changed gem requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Goecke committed Aug 27, 2009
1 parent 2759aa8 commit da7bf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -25,9 +25,9 @@ To run locally, copy the sample configuration file for Amazon S3:

<pre><code>cp ~/application-directory/config/amazon_s3.yml.sample ~/application-directory/config/amazon_s3.yml</code></pre>

Install the aws-s3 gem:
Install the required gems:

<pre><code>sudo gem install aws-s3</code></pre>
<pre><code>sudo gem install sinatra aws-s3 heroku</code></pre>

h2. Configuration

Expand Down

0 comments on commit da7bf2e

Please sign in to comment.