aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorAmanda Wagener <amanda@resolvedigital.co.nz>2010-12-01 11:43:26 +1300
committerAmanda Wagener <amanda@resolvedigital.co.nz>2010-12-01 11:43:26 +1300
commitc38d9c3da5b9b21df07c4c7ebc8617413977c7fb (patch)
tree6feb6b3557630c5243eead5307320660a8201f2a /readme.md
parenta1f7ea061ea2c9694a383c8d20137628a178d979 (diff)
downloadrefinerycms-blog-c38d9c3da5b9b21df07c4c7ebc8617413977c7fb.tar.gz
refinerycms-blog-c38d9c3da5b9b21df07c4c7ebc8617413977c7fb.tar.bz2
refinerycms-blog-c38d9c3da5b9b21df07c4c7ebc8617413977c7fb.zip
Remove all Rails2/Rails3 checks as master is now Rails3 only
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