Skip to content

Instantly share code, notes, and snippets.

View gravityblast's full-sized avatar
🌵

Andrea Franz gravityblast

🌵
View GitHub Profile
# Update, upgrade and install development tools:
apt-get update
apt-get -y upgrade
apt-get -y install build-essential
apt-get -y install git-core
# Install rbenv
git clone git://github.com/sstephenson/rbenv.git /usr/local/rbenv
# Add rbenv to the path: