From 0ee8ec899610b27259313b4ae682b0b059c9e14b Mon Sep 17 00:00:00 2001 From: leanote Date: Wed, 7 May 2014 13:21:11 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9951ad2..442992c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ user2 username: admin, password: abc123 ``` ### Configure conf/app.conf +rename conf/app-default.conf to conf/app.conf ``mongodb`` **required** @@ -66,16 +67,9 @@ default is admin. The index site is the adminUsername's blog for more infomation please see app/app.conf and revel manuals http://revel.github.io/ ### Run leanote -consume the leanote' path is LP - -* cd LP/bin -* set GOPATH ``` -export GOPATH=$GOPATH:`pwd` -``` -* run leanote -``` -./leanote -importPath=github.com/leanote/leanote +cd path_to_leanote/bin +sh run.sh ``` ## How to develop leanote