From c38d9c3da5b9b21df07c4c7ebc8617413977c7fb Mon Sep 17 00:00:00 2001 From: Amanda Wagener Date: Wed, 1 Dec 2010 11:43:26 +1300 Subject: Remove all Rails2/Rails3 checks as master is now Rails3 only --- readme.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 20d6187..9176829 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,15 @@ -# About +# Refinery CMS Blog Simple blog engine for [Refinery CMS](http://refinerycms.com). It supports posts, categories and comments. +Refinery CMS Blog supports Rails 2.x using the [Rails 2.x stable branch](http://github.com/resolve/refinerycms-blog/tree/rails2-stable). + Options: * Comment moderation * [ShareThis.com](http://sharethis.com) support on posts. Set your key in Refinery's settings area to enable this. -# Install +## Install Open up your ``Gemfile`` and add at the bottom this line @@ -15,11 +17,7 @@ Open up your ``Gemfile`` and add at the bottom this line Now run ``bundle install`` -Next to install the blog plugin run (for Rails 2): - - ruby script/generate refinerycms_blog - -Or, for Rails 3: +Next to install the blog plugin run: rails generate refinerycms_blog -- cgit v1.2.3