Skip to content

Instantly share code, notes, and snippets.

@smorcuend
Created December 26, 2015 15:42
Show Gist options
  • Save smorcuend/b60828f80f2abc5ac98f to your computer and use it in GitHub Desktop.
Save smorcuend/b60828f80f2abc5ac98f to your computer and use it in GitHub Desktop.
NVM installation on Linux (based on Debian distros)
sudo apt-get update
sudo apt-get install build-essential libssl-dev
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash
nvm install stable
nvm alias default stable
nvm use default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment