Skip to content

Instantly share code, notes, and snippets.

@renatocarvalho
Last active August 29, 2015 14:02
Show Gist options
  • Save renatocarvalho/3e4ffd2b190008f7d085 to your computer and use it in GitHub Desktop.
Save renatocarvalho/3e4ffd2b190008f7d085 to your computer and use it in GitHub Desktop.
Instalando o Middleman no Mac

1. Instale Xcode ou Command Line Tools

Faça o download do Command Line Tools ou instale o Xcode

2. Instale o RVM

Copie a seguinte linha e cole no terminal:

\curl -sSL https://get.rvm.io | bash -s stable

Agora instale a última versão do ruby com o RVM:

rvm install ruby-2.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment