Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 620 Bytes

prerequisites.md

File metadata and controls

15 lines (8 loc) · 620 Bytes

Prerequisites

For the initial setup of this page to work, you need to have Ruby, RubyGems and Bundler installed.

Ruby

Ruby comes preinstalled on OSX, so if you're using a Mac you're good to go! If you're using another OS, please check the ruby-lang.org installation page!

RubyGems

To install RubyGems, go to the rubygems.com download page and download the latest version for your OS!

Bundler

With RubyGems installed, enter sudo gem install bundler into your terminal and bundler will be installed!