Skip to content

Commit b884b44

Browse files
committed
Merge pull request #540 from duykhoa/master
docs: add installation step.
2 parents b48b5af + 7961a26 commit b884b44

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ most important changes, as well as a full list of changes.
2323

2424
## Getting started
2525

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`
39+
2640
As of version 2.0 this client only targets Redis version 2.0 and higher.
2741
You can use an older version of this client if you need to interface
2842
with a Redis instance older than 2.0, but this is no longer supported.

0 commit comments

Comments
 (0)