Last active
October 8, 2016 22:23
-
-
Save feryardiant/3d76ebe19e25fa85a3dc4011b9e8b83b to your computer and use it in GitHub Desktop.
Install NVM
This file contains hidden or 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
#!/usr/bin/env sh | |
[ -d ~/.nvm ] && rm -rf ~/.nvm | |
git clone -q https://github.com/creationix/nvm.git ~/.nvm | |
cd ~/.nvm && git checkout -q `git describe --abbrev=0 --tags` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment