Created
January 6, 2015 16:21
-
-
Save thiagozs/026096c1b3e262ff5c8d to your computer and use it in GitHub Desktop.
Instalador do NVM
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
curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh | |
source ~/.profile | |
nvm ls-remote | |
nvm install 0.11.14 | |
nvm alias default 0.11.14 | |
nvm use default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment