Skip to content

Instantly share code, notes, and snippets.

@manuelbieh
Created May 4, 2012 08:50
Show Gist options
  • Save manuelbieh/2593403 to your computer and use it in GitHub Desktop.
Save manuelbieh/2593403 to your computer and use it in GitHub Desktop.
Install node.js on ubuntu
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment