Skip to content

Instantly share code, notes, and snippets.

@iwein
Created November 11, 2012 06:48
Show Gist options
  • Select an option

  • Save iwein/4053989 to your computer and use it in GitHub Desktop.

Select an option

Save iwein/4053989 to your computer and use it in GitHub Desktop.
Install git on linux
git clone git://github.com/joyent/node.git
cd node
git checkout v0.8.14-release #latest version
./configure make sudo make install
#Confirm with
node -v
npm -v.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment