From b0641e472c4de505106a73a8a43562f0df61a3c3 Mon Sep 17 00:00:00 2001 From: "Ratanachai S." Date: Fri, 13 Feb 2015 07:30:48 +0700 Subject: Order of gems in Gemfile Add information that gem 'refinerycms-page-images' should be after gem 'refinerycms-blog' in Gemfile. --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'readme.md') 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: -- cgit v1.2.3