diff --git a/README.md b/README.md index a6407ea3a..900cb6e89 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,15 @@ Pre-requisites Copy the `.env.example` to `.env` and replace the database credentials with your local postgres user credentials. +Install the dependencies +`bundle install` + Create the database `rake db:create` +Run the database migrations +`rake db:migrate` + Start the rails server ``` rails s