Commit afc8b787 authored by Tyler Neely's avatar Tyler Neely

format readme

parent ae5118e6
...@@ -7,13 +7,13 @@ rust-rocksdb ...@@ -7,13 +7,13 @@ rust-rocksdb
### running ### running
1. get rocksdb 1. get rocksdb
``` ```
git clone https://github.com/facebook/rocksdb git clone https://github.com/facebook/rocksdb
cd rocksdb cd rocksdb
make shared_lib make shared_lib
``` ```
2. run tests 2. run tests
``` ```
LD_PRELOAD=/path/to/rocksdb/librocksdb.so cargo test LD_PRELOAD=/path/to/rocksdb/librocksdb.so cargo test
``` ```
3. enjoy (as much as you can with such a poor current library! stay tuned!) 3. enjoy (as much as you can with such a poor current library! stay tuned!)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment