From d51d8702e75028f6067db7cf966b8293abbf3ad0 Mon Sep 17 00:00:00 2001 From: Jeff Sturek <jsturek8@unl.edu> Date: Fri, 22 Nov 2019 14:54:18 -0600 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73a3c7a..2134667 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Installation Using local resources --------------------- 0. Run `xcode-select --install`. Congratulations, you have saved yourself 5000 insanity points. -1. Get the right ruby on your machine. UNL Resource Scheduler currently runs on Ruby 2.2.3. Get RVM on your machine with `\curl -sSL https://get.rvm.io | bash`. -2. Now using RVM, install the ruby with `rvm install 2.2.3`. +1. Get the right ruby on your machine. UNL Resource Scheduler currently runs on Ruby 2.6.5. Get RVM on your machine with `\curl -sSL https://get.rvm.io | bash`. +2. Now using RVM, install the ruby with `rvm install 2.6.5`. 3. You probably do not have the `bundler` gem. Check with `bundle`. If not, install it with `gem install bundler`. 4. In the project root, install the gems using `bundle install`. 5. Create a mysql database you'd like to use, you can typically use one on your computer. `brew install mysql` if necessary. -- GitLab