From 5e144948f338c5440f2b917343f2324cec6ee14c Mon Sep 17 00:00:00 2001 From: Kerraii Date: Tue, 4 Dec 2018 22:27:44 +0100 Subject: [PATCH] added migration to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4624dbb..44ee213 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Yes. We have to drink. But we also have to pay. This is the drinking part. ## Installation -1. Make sure Ruby version 2.3.0-dev is installed by running `rbenv version`. If it isn't, install by running `rbenv install 2.3.0-dev` +1. Make sure Ruby version 2.4.0-dev is installed by running `rbenv version`. If it isn't, install by running `rbenv install 2.4.0-dev` 2. Run `bundle update` and `bundle install` -3. Start Tap by running `bundle exec rails s` +3. Migrate the db using `bundle exec rake db:migrate` +4. Start Tap by running `bundle exec rails s`