From f464f54d073603af992b1e66d3e86fa869c3662d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 25 Jan 2015 17:40:33 -0500 Subject: README: Add migrate step to "Running" Forgot to add a step for running migrations to the initial run instructions. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4cf615..94518bb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ The `NotesController` provides a CRUD API for notes which is then accessed by an $ bundle install --path vendor/bundle -2. Start the Rails server +2. Run migrations + + $ bundle exec rake db:migrate + +3. Start the Rails server $ bundle exec rails server -- cgit v1.2.3