From 7fed98b9570737dfdee1cbcf61b355de4603ac61 Mon Sep 17 00:00:00 2001 From: siddontang Date: Mon, 28 Jul 2014 14:20:18 +0800 Subject: [PATCH] update read me --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8e0a982..a9c4714 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,13 @@ Create a workspace and checkout ledisdb source cd src/github.com/siddontang/ledisdb + #set build and run environment + source dev.sh + make make test + ## LevelDB support + Install leveldb and snappy. @@ -78,6 +82,9 @@ Choosing a store database to use is very simple, you have two ways: You must known that changing store database runtime is very dangerous, LedisDB will not guarantee the data validation if you do it. ## Server Example + + //set run environment if not + source dev.sh ledis-server -config=/etc/ledis.json