Created
September 28, 2017 09:47
-
-
Save yahonda/f68e2d0fadf57a94f94db8a1303eaa8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Install Homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install rbenv | |
Open a new terminal | |
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash | |
rbenv install 2.4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment