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 ```