Skip to content

Commit 0c6ec2d

Browse files
committed
Added installation notes to README
1 parent 1b29596 commit 0c6ec2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
`redisgraph-rb` is a Ruby gem client for the RedisGraph module. It relies on `redis-rb` for Redis connection management and provides support for graph QUERY, EXPLAIN, and DELETE commands.
44

5+
## Installation
6+
To install, run:
7+
8+
`$ gem install redisgraph`
9+
10+
Or include `redisgraph` as a dependency in your Gemfile.
11+
512
## Usage
613
```
714
require 'redisgraph'

0 commit comments

Comments
 (0)