更新 shell 指令

This commit is contained in:
yafei Lee 2014-04-09 19:58:27 +08:00
parent ea313b92a8
commit 1e3fc9129f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ WBlog 是一个基本的博客系统, 使用它之前, 你需要准备一台 VPS
```shell
bundle install
cp config/application.yml
cp config/application.yml.example config/application.yml
rails s
```