From bb900f1995d973a51840c50b71e7371dd42afc3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Fri, 9 Mar 2012 17:07:24 +0200 Subject: [PATCH] Add rake db:seed to install steps. --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3e92f38..db70dfc 100644 --- a/readme.md +++ b/readme.md @@ -27,10 +27,14 @@ Next, to install the blog plugin run: rails generate refinery:blog -Finally migrate your database and you're done. +Run database migrations: rake db:migrate - + +Finally seed your database and you're done. + + rake db:seed + ## Developing & Contributing The version of Refinery to develop this engine against is defined in the gemspec. To override the version of refinery to develop against, edit the project Gemfile to point to a local path containing a clone of refinerycms.