Skip to content

Instantly share code, notes, and snippets.

@ryanrolds
Created June 26, 2012 19:07
Show Gist options
  • Save ryanrolds/2998084 to your computer and use it in GitHub Desktop.
Save ryanrolds/2998084 to your computer and use it in GitHub Desktop.
0.4.12 -> nvm snippets
# apt-get update && apt-get install git-core
$ git clone https://github.com/moonshadowmobile/nvm.git ~/nvm && . ~/nvm/nvm.sh && nvm alias default v0.6.19 && nvm install v0.6.19
Add to .profile, .bashrc or equiv.: . ~/nvm/nvm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment