Skip to content

Instantly share code, notes, and snippets.

@thiagozs
Created January 6, 2015 16:21
Show Gist options
  • Save thiagozs/026096c1b3e262ff5c8d to your computer and use it in GitHub Desktop.
Save thiagozs/026096c1b3e262ff5c8d to your computer and use it in GitHub Desktop.
Instalador do NVM
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