Skip to content

Commit 7961a26

Browse files
committed
docs: flexible way to install redis
1 parent d20ffdb commit 7961a26

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,19 @@ most important changes, as well as a full list of changes.
2323

2424
## Getting started
2525

26-
Add `gem 'redis'` to Gemfile, run `bundle install`
26+
To install **redis-rb**, run the following command:
27+
28+
```
29+
gem install redis
30+
```
31+
32+
Or if you are using **bundler**, add
33+
34+
```
35+
gem 'redis', '~>3.2'
36+
```
37+
38+
to your `Gemfile`, and run `bundle install`
2739

2840
As of version 2.0 this client only targets Redis version 2.0 and higher.
2941
You can use an older version of this client if you need to interface

0 commit comments

Comments
 (0)