diff options
author | Philip Arndt <git@arndt.io> | 2014-12-04 13:41:37 -0800 |
---|---|---|
committer | Philip Arndt <git@arndt.io> | 2014-12-04 13:41:37 -0800 |
commit | 22ce653384eadec7d9305642834ff51561d8919b (patch) | |
tree | aa81b906bfa58f7d1f5e3a9c8b4bda8d50c12e2f | |
parent | 8a8922258234c3ec3752011331f27b645d25d6a2 (diff) | |
download | refinerycms-blog-22ce653384eadec7d9305642834ff51561d8919b.tar.gz refinerycms-blog-22ce653384eadec7d9305642834ff51561d8919b.tar.bz2 refinerycms-blog-22ce653384eadec7d9305642834ff51561d8919b.zip |
Revert "refinerycms-settings 3.0.0 is a dependency"
-rw-r--r-- | readme.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,10 +15,9 @@ Refinery CMS version 3.0.0 or above. ## Install -Open up your ``Gemfile`` and add at the bottom these two lines: +Open up your ``Gemfile`` and add at the bottom this line: ```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' ``` |