From 3421a84db080549221d7140cf423849c8d7cc262 Mon Sep 17 00:00:00 2001 From: leanote Date: Wed, 7 May 2014 11:55:08 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d8730f0..9951ad2 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,15 @@ for more infomation please see app/app.conf and revel manuals http://revel.githu ### Run leanote consume the leanote' path is LP -1. cd LP/bin -2. set GOPATH + +* cd LP/bin +* set GOPATH ``` export GOPATH=$GOPATH:`pwd` ``` -3. run -./leanote -importPath=github.com/leanote/leanote +* run leanote +``` +./leanote -importPath=github.com/leanote/leanote ``` ## How to develop leanote