Skip to content

Commit c5d5042

Browse files
Use bundle add instead (#81)
As per ruby/rubygems#5337, we can simplify the steps of adding a gem.
1 parent 20aa4f2 commit c5d5042

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,8 @@ end
195195

196196
## Installation
197197

198-
1. Add the `kredis` gem to your Gemfile: `gem 'kredis'`
199-
2. Run `./bin/bundle install`
200-
3. Run `./bin/rails kredis:install` to add a default configuration at [`config/redis/shared.yml`](lib/install/shared.yml)
198+
1. Run `./bin/bundle add kredis`
199+
2. Run `./bin/rails kredis:install` to add a default configuration at [`config/redis/shared.yml`](lib/install/shared.yml)
201200

202201
Additional configurations can be added under `config/redis/*.yml` and referenced when a type is created. For example, `Kredis.string("mystring", config: :strings)` would lookup `config/redis/strings.yml`.
203202

0 commit comments

Comments
 (0)