diff options
author | Philip Arndt <p@arndt.io> | 2014-08-24 16:12:10 +0200 |
---|---|---|
committer | Philip Arndt <p@arndt.io> | 2014-08-24 16:12:10 +0200 |
commit | c1d68ecdbc6b4912d3fc6c749060d8820f85a531 (patch) | |
tree | 15cf04848ae721372cb5aa3f8fea843475badc36 | |
parent | c4488e523dc5807ee2eb57fb7d8ca56fafb102ba (diff) | |
download | refinerycms-blog-c1d68ecdbc6b4912d3fc6c749060d8820f85a531.tar.gz refinerycms-blog-c1d68ecdbc6b4912d3fc6c749060d8820f85a531.tar.bz2 refinerycms-blog-c1d68ecdbc6b4912d3fc6c749060d8820f85a531.zip |
Updated readme for this version.
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 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.2.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/refinery/refinerycms-blog/tree/rails2-stable). +This version of `refinerycms-blog` supports Refinery 3.x and Rails 4.1.x. To use Rails 3.x / Refinery 2.1.x use the [refinerycms-blog "Refinery CMS 2-1 stable branch"](http://github.com/refinery/refinerycms-blog/tree/2-1-stable). Options: @@ -11,14 +11,14 @@ Options: ## Requirements -Refinery CMS version 2.1.0 or above. +Refinery CMS version 3.0.0 or above. ## Install Open up your ``Gemfile`` and add at the bottom this line: ```ruby -gem 'refinerycms-blog', '~> 2.1.0' +gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master' ``` Now, run ``bundle install`` |