From b678d58293ba2947510e2fdb3e3421c798f169ad Mon Sep 17 00:00:00 2001 From: LeToNode Date: Wed, 15 Feb 2012 23:16:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58b5a77..5c4f8d9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Node Club 是用 **Node.js** 和 **MongoDb** 开发的新型社区软件,界 // install node npm mongodb // run mongod cd Node-Club - nmp install ./ + npm install ./ cp config.default.js config.js // modify the config file as yours node app.js