Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created February 18, 2013 21:08
Show Gist options
  • Save lukearmstrong/4980760 to your computer and use it in GitHub Desktop.
Save lukearmstrong/4980760 to your computer and use it in GitHub Desktop.
Installing node.js on Ubuntu
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs nodejs-dev npm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment