Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sagan committed Feb 14, 2014
1 parent 3781d3b commit 679f497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Install
1. 安装 node.js 和 mongodb.
2. 获取 Sora 代码: ```git clone https://github.com/sagan/sora.git && cd sora```
3. 安装依赖: ```npm install```
4. 从示例创建并编辑配置文件 ```cp config-sample.js config.js && vim config.js```. 默认的配置文件是js格式,
4. 从示例创建并编辑配置文件 ```cp config-sample.js config.js && vim config.js```. 默认的配置文件是js文件,
可以在其中执行任意代码. 你也可以使用json格式的配置文件(命名为config.json即可)
5. 运行: ```node app.js```

Expand Down

0 comments on commit 679f497

Please sign in to comment.