Skip to content

Instantly share code, notes, and snippets.

@christopher-baek
Last active April 3, 2016 21:40
Show Gist options
  • Save christopher-baek/a0c948b774282e66f52ee24b67092b01 to your computer and use it in GitHub Desktop.
Save christopher-baek/a0c948b774282e66f52ee24b67092b01 to your computer and use it in GitHub Desktop.
Install nvm to Custom Directory
# 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