Skip to content

Mac Hacker Install Guide

Maxim Veksler edited this page Apr 18, 2016 · 7 revisions

work in process. and always will be.

Follow these instructions 1, by 1. orLS!

Brew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Ruby

brew install rbenv ruby-build
rbenv install --list
rbenv install 2.2.2

Git

brew install git

iOS

Use Carthage for new projects. You need to gem install cocoapods for legacy code.