diff options
author | Philip Arndt <git@p.arndt.io> | 2015-02-20 17:18:17 +1300 |
---|---|---|
committer | Philip Arndt <git@p.arndt.io> | 2015-02-20 17:19:41 +1300 |
commit | ec4f88a1348564182f4167c0e09f4f69ece0d679 (patch) | |
tree | 69baa74b98099ccc31830b9c1bba73de2471be27 | |
parent | 32b1ba6acac26766243dbd39d6e401c0954e09a5 (diff) | |
parent | b0641e472c4de505106a73a8a43562f0df61a3c3 (diff) | |
download | refinerycms-blog-ec4f88a1348564182f4167c0e09f4f69ece0d679.tar.gz refinerycms-blog-ec4f88a1348564182f4167c0e09f4f69ece0d679.tar.bz2 refinerycms-blog-ec4f88a1348564182f4167c0e09f4f69ece0d679.zip |
Merge remote-tracking branch 'ratanachai/patch-2'
-rw-r--r-- | readme.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -15,12 +15,15 @@ Refinery CMS version 3.0.0 or above. ## Install -Open up your ``Gemfile`` and add at the bottom this line: +Open up your ``Gemfile`` and at the bottom, add this line: + ```ruby gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master' ``` +Note: if the [refinerycms-page-images](https://github.com/refinery/refinerycms-page-images) extension is also installed, make sure `gem refinerycms-blog` comes before `gem 'refinerycms-page-images'`. + Now, run ``bundle install`` Next, to install the blog plugin run: @@ -56,7 +59,7 @@ Or just with rake spec ## Additional Features * To limit rss feed length, use the 'max_results' parameter - http://test.host/blog/feed.rss?max_results=10 + http://test.host/blog/feed.rss?max_results=10 ## More Information * Check out our [Website](http://refinerycms.com/) |