aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorRatanachai S. <ratanachai@gmail.com>2015-02-13 07:30:48 +0700
committerRatanachai S. <ratanachai@gmail.com>2015-02-13 07:30:48 +0700
commitb0641e472c4de505106a73a8a43562f0df61a3c3 (patch)
treecb8947d6e04b7e6d568fe4cf57d511e129950815 /readme.md
parenta17ffb7908840ba1fee430788b99ef749f4f9412 (diff)
downloadrefinerycms-blog-b0641e472c4de505106a73a8a43562f0df61a3c3.tar.gz
refinerycms-blog-b0641e472c4de505106a73a8a43562f0df61a3c3.tar.bz2
refinerycms-blog-b0641e472c4de505106a73a8a43562f0df61a3c3.zip
Order of gems in Gemfile
Add information that gem 'refinerycms-page-images' should be after gem 'refinerycms-blog' in Gemfile.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 655db85..6762bd9 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 add at the bottom this line. If refinerycms-page-images extension is also installed, make sure the line come before gem 'refinerycms-page-images'
+
```ruby
gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master'
```
+
+
Now, run ``bundle install``
Next, to install the blog plugin run: