aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorPhilip Arndt <p@arndt.io>2014-08-24 16:12:10 +0200
committerPhilip Arndt <p@arndt.io>2014-08-24 16:12:10 +0200
commitc1d68ecdbc6b4912d3fc6c749060d8820f85a531 (patch)
tree15cf04848ae721372cb5aa3f8fea843475badc36 /readme.md
parentc4488e523dc5807ee2eb57fb7d8ca56fafb102ba (diff)
downloadrefinerycms-blog-c1d68ecdbc6b4912d3fc6c749060d8820f85a531.tar.gz
refinerycms-blog-c1d68ecdbc6b4912d3fc6c749060d8820f85a531.tar.bz2
refinerycms-blog-c1d68ecdbc6b4912d3fc6c749060d8820f85a531.zip
Updated readme for this version.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 6102489..e8671d0 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.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``