Skip to content

Commit 48ed1b8

Browse files
authored
add npm installation command
1 parent 601a0fc commit 48ed1b8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
[RedisGraph](https://github.com/RedisLabsModules/redis-graph/) JavaScript Client
66

7+
8+
# Installation
9+
10+
Installation is done using the
11+
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
12+
13+
```bash
14+
$ npm install redisgraph.js
15+
```
16+
717
## Overview
818

919
### Official Releases

0 commit comments

Comments
 (0)