From 36e9975a3c827f8a456835b6d467b55fabd1a63a Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Mon, 17 Nov 2014 02:39:12 -0500 Subject: [PATCH] format readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e65776..37753b7 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ rust-rocksdb * status: minimal functionality with poor style and an annoying interface ### running -1. get rocksdb +- get rocksdb ``` git clone https://github.com/facebook/rocksdb cd rocksdb make shared_lib ``` -2. run tests +- run tests ``` LD_PRELOAD=/path/to/rocksdb/librocksdb.so cargo test ``` -3. enjoy (as much as you can with such a poor current library! stay tuned!) +- enjoy (as much as you can with such a poor current library! stay tuned!)