From da7bf2e4bfbba29b3f60aa68a41814f3248588f9 Mon Sep 17 00:00:00 2001 From: Jason Goecke Date: Wed, 26 Aug 2009 18:02:39 -0700 Subject: [PATCH] Changed gem requirements --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index ff91045..6489424 100644 --- a/README.textile +++ b/README.textile @@ -25,9 +25,9 @@ To run locally, copy the sample configuration file for Amazon S3:
cp ~/application-directory/config/amazon_s3.yml.sample ~/application-directory/config/amazon_s3.yml
-Install the aws-s3 gem: +Install the required gems: -
sudo gem install aws-s3
+
sudo gem install sinatra aws-s3 heroku
h2. Configuration