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!