Skip to content

Commit 2546df6

Browse files
authored
Update README.md
1 parent 1e00c81 commit 2546df6

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
@@ -8,7 +8,19 @@ TODO:
88

99
## Building
1010

11+
```
12+
git clone https://github.com/RedisLabsModules/redismodule-rs.git
13+
git clone https://github.com/RediSearch/redisearch-api-rs.git
14+
cd redisearch-api-rs
15+
cargo build
16+
```
17+
1118
On macOS:
1219
- `brew install llvm`
1320

14-
Make sure you have `libredisearch.a` built. This will be done automatically in the future.
21+
* Make sure you have `libredisearch.a` built. This will be done automatically in the future.
22+
For more details see: https://github.com/RediSearch/RediSearch
23+
24+
### Build example
25+
26+
`cargo build --example hello_redisearch`

0 commit comments

Comments
 (0)