From f53edde3d3f727ddf782916abeef0a74ab63ab18 Mon Sep 17 00:00:00 2001 From: life <lifephp@gmail.com> Date: Fri, 9 May 2014 15:12:36 +0800 Subject: [PATCH] update readme.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35c570d..4671742 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Go http://www.mongodb.org to download and install it. The mongodb data is in path_to_leante/mongodb_backup/leanote_install_data ``` -mongorestore -h localhost -d leanote --directoryperdb path_to_leante/mongodb_backup/leanote_install_data +$> mongorestore -h localhost -d leanote --directoryperdb path_to_leante/mongodb_backup/leanote_install_data ``` The initial data contains two users: @@ -73,8 +73,8 @@ For more infomation please see app/app.conf and revel manuals http://revel.githu ### Run leanote ``` -cd path_to_leanote/bin -sh run.sh +$> cd path_to_leanote/bin +$> sh run.sh ``` ## How to develop leanote