format readme

master
Tyler Neely 10 years ago
parent ae5118e66f
commit afc8b787b3
  1. 16
      README.md

@ -7,13 +7,13 @@ rust-rocksdb
### running
1. get rocksdb
```
git clone https://github.com/facebook/rocksdb
cd rocksdb
make shared_lib
```
```
git clone https://github.com/facebook/rocksdb
cd rocksdb
make shared_lib
```
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!)

Loading…
Cancel
Save