From 1ec897b8c87ba56b1d203c2b6f696cfb3feaad4c Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Mon, 17 Jul 2017 20:45:34 -0700 Subject: [PATCH] Update MacInstallation.md --- doc/MacInstallation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/MacInstallation.md b/doc/MacInstallation.md index b2ed8500..50e0bd06 100644 --- a/doc/MacInstallation.md +++ b/doc/MacInstallation.md @@ -39,7 +39,7 @@ Copy the .example-env file and rename it to .env. Then modify the DB_USERNAME an rake db:create rake db:schema:load - rake db:fixtures:load + rake db:seed rails server Now open a browser to http://localhost:3000!