Last active
April 3, 2016 21:40
-
-
Save christopher-baek/a0c948b774282e66f52ee24b67092b01 to your computer and use it in GitHub Desktop.
Install nvm to Custom Directory
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
# Download and install to custom directory | |
# curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | NVM_DIR="~/.local/opt/nvm/" bash | |
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | NVM_DIR="~/.local/opt/nvm/" bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment