Skip to content

Instantly share code, notes, and snippets.

@jayco
Created October 28, 2012 10:57
Show Gist options
  • Save jayco/3968313 to your computer and use it in GitHub Desktop.
Save jayco/3968313 to your computer and use it in GitHub Desktop.
nvm
#clone the nvm from here
git clone git://github.com/creationix/nvm.git ~/nvm
#then source it and add it to you bash shell in $HOME/.bashrc:
. ~/nvm/nvm.sh
#then install
nvm install 0.6.16
#make sure you specify to use it
nvm use 0.6.16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment