Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 417 Bytes

setup.md

File metadata and controls

35 lines (25 loc) · 417 Bytes

Setup

Install / Update Software

# Update Homebrew
brew update

# Verify Homebrew health
brew doctor

# Install RBenv / Ruby-Build
brew install rbenv
brew install ruby-build

# ...Or Upgrade RBenv / Ruby-Build
brew upgrade rbenv
brew upgrade ruby-build

Install Ruby

rbenv install

Install Gems

# Update Bundler
bundle update --bundler

# Install Gems
bundle install