-
-
Save jayco/3968313 to your computer and use it in GitHub Desktop.
nvm
This file contains 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
#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