From 9783a5ee1eddfeb8654bc769c923b7cf33cd7d4f Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 26 Jul 2017 09:22:06 -0700 Subject: [PATCH] Update MacInstallation.md --- doc/MacInstallation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/MacInstallation.md b/doc/MacInstallation.md index 44f67ad9..d89d2153 100644 --- a/doc/MacInstallation.md +++ b/doc/MacInstallation.md @@ -38,7 +38,8 @@ Copy the .example-env file and rename it to .env. Then modify the DB_USERNAME an Now use rake to create and set up the database rake db:create - rake db:setup + rake db:schema:load + rake db:seed To start the rails server: