Created
May 25, 2014 13:13
-
-
Save tanacasino/9006bbb7dad6b892bef3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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