From e72d0edc55817ecc938d64ee8cb47bca7a3f9443 Mon Sep 17 00:00:00 2001 From: alsotang Date: Wed, 17 Sep 2014 23:37:03 +0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a824c05..e011ded 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ Nodeclub 是使用 **Node.js** 和 **MongoDB** 开发的社区系统,界面优 3. `$ make install` 安装 Nodeclub 的依赖包 4. `$ make test` 确保各项服务都正常 5. `$ node app.js` -6. done! +6. visit `localhost:3000` +7. done! ``` ## 贡献