diff --git a/README.md b/README.md index 53c2455daddacab363436a6a8f50ee87b9d917b8..cb859007a6d46a2e6ddd704bd29a2c5fce3e3f13 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ 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`. 3. You probably do not have the `bundler` gem. Check with `bundle`. If not, install it with `gem install bundler`. @@ -27,4 +28,4 @@ Quick Tutorial 3. Resources are created, and then may be reserved by anyone who has the User Access privilege in the space. 4. Events *may* include a resource reservation but do not have to. 5. Admins with the right privilege can set the *hours* of the space, which indicate when reservations can be made. -6. The agenda is a quick overview of the day for Admins to look at. \ No newline at end of file +6. The agenda is a quick overview of the day for Admins to look at.