diff --git a/README.md b/README.md index 1e6e61d..4624dbb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # [Tap](https://zeus.ugent.be/tap) [![Code Climate](https://codeclimate.com/github/ZeusWPI/Tap/badges/gpa.svg)](https://codeclimate.com/github/ZeusWPI/Tap) [![Travis CI](https://travis-ci.org/ZeusWPI/Tap.svg)](https://travis-ci.org/ZeusWPI/Tap) [![Coverage Status](https://coveralls.io/repos/ZeusWPI/Tap/badge.svg?branch=master&service=github)](https://coveralls.io/github/ZeusWPI/Tap?branch=master) 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` +2. Run `bundle update` and `bundle install` +3. Start Tap by running `bundle exec rails s`