From 1e3fc9129ff29aca44a7c7ed7068ee12fb328f70 Mon Sep 17 00:00:00 2001 From: yafei Lee Date: Wed, 9 Apr 2014 19:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20shell=20=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a858247..060d1ca 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ WBlog 是一个基本的博客系统, 使用它之前, 你需要准备一台 VPS ```shell bundle install -cp config/application.yml +cp config/application.yml.example config/application.yml rails s ```