From 66b15c0e7d1206e222b687c8abe15e725845eed4 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Sun, 4 Aug 2019 12:41:14 +0200 Subject: [PATCH] Update README to include seed setup --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc8a1ec..67b5b0e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Yes. We have to drink. But we also have to pay. This is the drinking part. 1. Make sure Ruby version 2.4.0 is installed by running `rbenv version`. If it isn't, install by running `rbenv install` 2. Run `bundle update` and `bundle install` 3. Migrate the db using `bundle exec rake db:migrate` -4. Start Tap by running `bundle exec rails s` +4. Seed the db using `bundle exec rake db:seed` +5. Start Tap by running `bundle exec rails s` ## Windows installation