diff options
author | Duccio Armenise <duccioarmenise@gmail.com> | 2014-12-04 20:24:17 +0100 |
---|---|---|
committer | Duccio Armenise <duccioarmenise@gmail.com> | 2014-12-04 20:24:17 +0100 |
commit | bfef7b4e3ec891b18ae06d197a40b53f5f4e064f (patch) | |
tree | c6c02958527901ce420081f66d9c540e439c0a76 | |
parent | 55175e954a84044af29d99092e3fe8a034d39442 (diff) | |
download | refinerycms-blog-bfef7b4e3ec891b18ae06d197a40b53f5f4e064f.tar.gz refinerycms-blog-bfef7b4e3ec891b18ae06d197a40b53f5f4e064f.tar.bz2 refinerycms-blog-bfef7b4e3ec891b18ae06d197a40b53f5f4e064f.zip |
refinerycms-settings 3.0.0 is a dependency
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,9 +15,10 @@ 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 these two lines: ```ruby +gem 'refinerycms-settings', git: 'https://github.com/refinery/refinerycms-settings', branch: 'master' gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master' ``` |