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: