aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Arndt <git@arndt.io>2014-12-04 11:26:55 -0800
committerPhilip Arndt <git@arndt.io>2014-12-04 11:26:55 -0800
commit8a8922258234c3ec3752011331f27b645d25d6a2 (patch)
treec6c02958527901ce420081f66d9c540e439c0a76
parent55175e954a84044af29d99092e3fe8a034d39442 (diff)
parentbfef7b4e3ec891b18ae06d197a40b53f5f4e064f (diff)
downloadrefinerycms-blog-8a8922258234c3ec3752011331f27b645d25d6a2.tar.gz
refinerycms-blog-8a8922258234c3ec3752011331f27b645d25d6a2.tar.bz2
refinerycms-blog-8a8922258234c3ec3752011331f27b645d25d6a2.zip
Merge pull request #400 from darmens/patch-2
refinerycms-settings 3.0.0 is a dependency
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 655db85..b3dc13a 100644
--- a/readme.md
+++ b/readme.md
@@ -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'
```