Skip to content

Instantly share code, notes, and snippets.

@metakeule
Created March 12, 2012 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metakeule/2020946 to your computer and use it in GitHub Desktop.
Save metakeule/2020946 to your computer and use it in GitHub Desktop.
install nvm and node.js on ubuntu
sudo apt-get install build-essential libssl-dev curl git-core
git clone git://github.com/creationix/nvm.git ~/.nvm
echo "\n. ~/.nvm/nvm.sh" >> .bashrc
bash
nvm install v0.6.11
nvm alias default 0.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment