Update README.md

This commit is contained in:
leanote
2014-05-07 11:55:08 +08:00
parent 159bfe9659
commit 3421a84db0

View File

@ -67,12 +67,14 @@ for more infomation please see app/app.conf and revel manuals http://revel.githu
### Run leanote ### Run leanote
consume the leanote' path is LP consume the leanote' path is LP
1. cd LP/bin
2. set GOPATH * cd LP/bin
* set GOPATH
``` ```
export GOPATH=$GOPATH:`pwd` export GOPATH=$GOPATH:`pwd`
``` ```
3. run * run leanote
```
./leanote -importPath=github.com/leanote/leanote ./leanote -importPath=github.com/leanote/leanote
``` ```