Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit d97439a

Browse files
authored
Update README.md
1 parent 95ed035 commit d97439a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,14 @@
22
[![CircleCI](https://circleci.com/gh/RedisJSON/RedisDoc/tree/master.svg?style=svg)](https://circleci.com/gh/RedisJSON/RedisDoc/tree/master)
33

44
# RedisJSON
5+
6+
7+
## Build
8+
```bash
9+
cargo build --release
10+
```
11+
12+
## Run
13+
```
14+
redis-server --loadmodule ./target/release/libredisjson.so
15+
```

0 commit comments

Comments
 (0)