diff options
author | Ratanachai S. <ratanachai@gmail.com> | 2015-02-13 07:30:48 +0700 |
---|---|---|
committer | Ratanachai S. <ratanachai@gmail.com> | 2015-02-13 07:30:48 +0700 |
commit | b0641e472c4de505106a73a8a43562f0df61a3c3 (patch) | |
tree | cb8947d6e04b7e6d568fe4cf57d511e129950815 | |
parent | a17ffb7908840ba1fee430788b99ef749f4f9412 (diff) | |
download | refinerycms-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.
-rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 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 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: |