From 2605b86e00fa7f9683ed5ff203751ce44a718c4a Mon Sep 17 00:00:00 2001 From: life Date: Fri, 9 May 2014 18:03:58 +0800 Subject: [PATCH] update readme.md --- .gitignore | 2 ++ README.md | 14 ++++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0b7d7b5..39c3393 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ pkg bin2 bin/i18n +bin/leanote-linux +bin/leanote-mac bin/release bin/tmp bin/test diff --git a/README.md b/README.md index 9306b95..b8fec3d 100644 --- a/README.md +++ b/README.md @@ -98,25 +98,27 @@ Install golang and set GOPATH ### Install revel ``` -go get github.com/revel/revel -go get github.com/revel/cmd/revel +$> go get github.com/revel/revel +$> go get github.com/revel/cmd/revel ``` ### Get leanote ``` -go get github.com/leanote/leanote/app +$> go get github.com/leanote/leanote/app ``` ### Build/Run leanote via revel -cp conf/app.conf-default to conf/app.conf -cp conf/routes-default to conf/routes +``` +$> cp conf/app.conf-default to conf/app.conf +$> cp conf/routes-default to conf/routes +``` Now you can modify leanote source and build/run with revel ``` -revel run github.com/leanote/leanote +$> revel run github.com/leanote/leanote ``` Welcome to join with us and contribute your code to leanote! Thanks. \ No newline at end of file