aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-08-14 00:51:41 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-08-14 00:51:41 +0300
commite70193ca117277a3a86432a3b6eae30d195fba95 (patch)
tree475dcae4d5680f52c5562fee92011dbdec86cc5e /readme.md
parentdbb02d953f55ed2171d778617c14affcd17bcfe9 (diff)
downloadrefinerycms-blog-e70193ca117277a3a86432a3b6eae30d195fba95.tar.gz
refinerycms-blog-e70193ca117277a3a86432a3b6eae30d195fba95.tar.bz2
refinerycms-blog-e70193ca117277a3a86432a3b6eae30d195fba95.zip
Update readme.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index a9da413..b64e192 100644
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
Simple blog engine for [Refinery CMS](http://refinerycms.com). It supports posts, categories and comments.
-This version of `refinerycms-blog` supports Rails 3.0.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/resolve/refinerycms-blog/tree/rails2-stable).
+This version of `refinerycms-blog` supports Rails 3.1.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/resolve/refinerycms-blog/tree/rails2-stable).
Options:
@@ -11,19 +11,19 @@ Options:
## Requirements
-Refinery CMS version 1.0.0 or above.
+Refinery CMS version 2.0.0 or above.
## Install
Open up your ``Gemfile`` and add at the bottom this line:
- gem 'refinerycms-blog', '~> 1.6.1'
+ gem 'refinerycms-blog', '~> 2.0.0'
Now, run ``bundle install``
Next, to install the blog plugin run:
- rails generate refinerycms_blog
+ rails generate refinery:blog
Finally migrate your database and you're done.