aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2015-01-25 17:40:33 -0500
committerTeddy Wing2015-01-25 17:40:33 -0500
commitf464f54d073603af992b1e66d3e86fa869c3662d (patch)
treec46dbb79cd78dae67dd69f224fb8f780f84c86e9 /README.md
parentb75ef2c502bf0da050bd290a2ad1cc7aa0dcc408 (diff)
downloadNotes-angular-demo-master.tar.bz2
README: Add migrate step to "Running"HEADmaster
Forgot to add a step for running migrations to the initial run instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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