Skip to content

Instantly share code, notes, and snippets.

@tanacasino
Created May 25, 2014 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanacasino/9006bbb7dad6b892bef3 to your computer and use it in GitHub Desktop.
Save tanacasino/9006bbb7dad6b892bef3 to your computer and use it in GitHub Desktop.
sudo yum -y update
sudo reboot
sudo yum -y install man git
sudo yum -y groupinstall "Development Tools"
git clone https://github.com/creationix/nvm.git ~/.nvm
source ~/.nvm/nvm.sh
nvm ls-remote
nvm install 0.10
nvm use 0.10
nvm alias default 0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment