Last active
June 8, 2019 14:28
-
-
Save Den1al/b47f4d3608a2c058c2b8e557f1347591 to your computer and use it in GitHub Desktop.
NVM Bootstrap
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
# nvm | |
curl https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | zsh | |
source ~/.zshrc | |
nvm install v10.16.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment