Skip to content

Instantly share code, notes, and snippets.

@jeanlucaslima
Created January 28, 2015 07: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 jeanlucaslima/129f3af615ef660c67f3 to your computer and use it in GitHub Desktop.
Save jeanlucaslima/129f3af615ef660c67f3 to your computer and use it in GitHub Desktop.
Install nvm
$ curl https://raw.githubusercontent.com/creationix/nvm/v0.23.2/install.sh | bash
$ 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