aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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