From 4323f66d496a834843a1b002f779ccdd1decd6b2 Mon Sep 17 00:00:00 2001 From: siddontang Date: Mon, 28 Jul 2014 14:36:03 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba3e405..e89212d 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ Create a workspace and checkout ledisdb source LedisDB use the modified LevelDB for better performance, see [here](https://github.com/siddontang/ledisdb/wiki/leveldb-source-modification). -+ Set LEVELDB_DIR and SNAPPY_DIR to the actual install path in dev.sh. - ++ Set ```LEVELDB_DIR``` and ```SNAPPY_DIR``` to the actual install path in dev.sh. + ```make``` ## RocksDB support @@ -55,7 +54,7 @@ Create a workspace and checkout ledisdb source LedisDB has not supplied a simple script to install, maybe later. -+ Set ROCKSDB_DIR and SNAPPY_DIR to the actual install path in dev.sh. ++ Set ```ROCKSDB_DIR``` and ```SNAPPY_DIR``` to the actual install path in dev.sh. + ```make```