aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
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 6762bd9..d0c4f42 100644
--- a/readme.md
+++ b/readme.md
@@ -15,14 +15,14 @@ Refinery CMS version 3.0.0 or above.
## Install
-Open up your ``Gemfile`` and add at the bottom this line. If refinerycms-page-images extension is also installed, make sure the line come before gem 'refinerycms-page-images'
+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``
@@ -59,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/)