From a848d0b5810688053abfc8205bbb42ebdbe9e23d Mon Sep 17 00:00:00 2001 From: laiso Date: Fri, 3 Oct 2014 12:13:50 +0900 Subject: [PATCH] =?UTF-8?q?[Document]=20Improve=20=E3=82=B3=E3=83=94?= =?UTF-8?q?=E3=83=9A=20ability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit コピペすると`rake db:create`でコケるので通るようにします --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad8856e9..089f4588 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The open-source Fastladder, so called OpenFL, is an RSS reader to be installed o $ git clone git://github.com/fastladder/fastladder.git $ cd fastladder $ bundle install +$ cp config/database.yml.sqlite3 config/database.yml $ bundle exec rake db:create db:migrate $ bundle exec rake setup # Setup files for development ```