Update MacInstallation.md

This commit is contained in:
Connor Turland 2017-07-17 20:45:34 -07:00 committed by GitHub
parent 00e2aefb4e
commit 1ec897b8c8

View file

@ -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!