From 1d0dab5cc6b5f5841819fb83ade8b25c7f97b373 Mon Sep 17 00:00:00 2001 From: Paul Mackay Date: Sun, 9 Nov 2014 12:08:40 +0000 Subject: [PATCH] Small doc tweak to add db:setup command. --- README.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6ffde4df5c..2710aa1162 100644 --- a/README.markdown +++ b/README.markdown @@ -48,7 +48,11 @@ Install the project's gem dependencies: bundle install -Create the development and test databases, using the settings specified in `config/database.yml`. You can then load the schema and some seed data with the following command: +Create the development and test databases, using the settings specified in `config/database.yml`: + + rake db:setup + +Then load the schema and some seed data with the following command: rake db:schema:load db:seed