aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 5 insertions, 7 deletions
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