From 159bfe9659fba838a1374ab560330baebbc445c7 Mon Sep 17 00:00:00 2001 From: leanote Date: Wed, 7 May 2014 11:53:27 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aeed3b9..d8730f0 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,14 @@ 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 +1. cd LP/bin +2. set GOPATH ``` -leanote/bin/leanote -importPath=github.com/leanote/leanote +export GOPATH=$GOPATH:`pwd` +``` +3. run +./leanote -importPath=github.com/leanote/leanote ``` ## How to develop leanote