aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorPhilip Arndt <git@p.arndt.io>2015-02-20 17:18:17 +1300
committerPhilip Arndt <git@p.arndt.io>2015-02-20 17:19:41 +1300
commitec4f88a1348564182f4167c0e09f4f69ece0d679 (patch)
tree69baa74b98099ccc31830b9c1bba73de2471be27 /readme.md
parent32b1ba6acac26766243dbd39d6e401c0954e09a5 (diff)
parentb0641e472c4de505106a73a8a43562f0df61a3c3 (diff)
downloadrefinerycms-blog-ec4f88a1348564182f4167c0e09f4f69ece0d679.tar.gz
refinerycms-blog-ec4f88a1348564182f4167c0e09f4f69ece0d679.tar.bz2
refinerycms-blog-ec4f88a1348564182f4167c0e09f4f69ece0d679.zip
Merge remote-tracking branch 'ratanachai/patch-2'
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 655db85..d0c4f42 100644
--- a/readme.md
+++ b/readme.md
@@ -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/)