Skip to content

Commit f084ffb

Browse files
committed
Update README.md
1 parent 70a02b5 commit f084ffb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ The Rust API for Redis is based on the https://github.com/brandur/redis-cell pro
1010
2. install redis [(mac)](https://gist.github.com/tomysmile/1b8a321e7c58499ef9f9441b2faa0aa8)
1111
3. run `cargo build --example hello`
1212
4. start a redis server with the hello module
13-
`redis-server --loadmodule ./target/debug/examples/libhello.so`
13+
* Linux: `redis-server --loadmodule ./target/debug/examples/libhello.so`
14+
* Mac: `redis-server --loadmodule ./target/debug/examples/libhello.dylib`
1415
5. open a redis cli. and run `HELLO.ADD 31 11`.

0 commit comments

Comments
 (0)