diff options
author | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-08-14 00:51:41 +0300 |
---|---|---|
committer | Uģis Ozols <ugis.ozolss@gmail.com> | 2011-08-14 00:51:41 +0300 |
commit | e70193ca117277a3a86432a3b6eae30d195fba95 (patch) | |
tree | 475dcae4d5680f52c5562fee92011dbdec86cc5e | |
parent | dbb02d953f55ed2171d778617c14affcd17bcfe9 (diff) | |
download | refinerycms-blog-e70193ca117277a3a86432a3b6eae30d195fba95.tar.gz refinerycms-blog-e70193ca117277a3a86432a3b6eae30d195fba95.tar.bz2 refinerycms-blog-e70193ca117277a3a86432a3b6eae30d195fba95.zip |
Update readme.
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |