diff --git a/README.md b/README.md index 178e7eb..e16fdd0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ apt-get install git git-core gyp # 对于CentOS用户需要: yum install git git-core gyp + git clone https://github.com/joyent/node ./configure make @@ -37,18 +38,6 @@ brew install node 对于Windows用户:自己看着办 -### 挂载MongoDB - -对于Mac/Ubuntu/CentOS用户: - -```bash -cd / -mkdir data -mkdir data/db -cd data/db -mongod --dbpath . &> mongodb.log & -``` - ## 开启服务器 进入源代码根目录后: