From 5174d84ca0b711d1adf30bd3f43735465920ec74 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Thu, 10 Dec 2015 13:47:25 +0100 Subject: [PATCH] Updates readme english version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f2c69a9e4..5e841baae 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ cd consul bundle install cp config/database.yml.example config/database.yml cp config/secrets.yml.example config/secrets.yml +rake db:create bin/rake db:setup +bin/rake db:dev_seed RAILS_ENV=test bin/rake db:setup ```