Skip to content

Instantly share code, notes, and snippets.

@benfalk
Created July 8, 2013 01:24
Show Gist options
  • Save benfalk/5945631 to your computer and use it in GitHub Desktop.
Save benfalk/5945631 to your computer and use it in GitHub Desktop.
Node.js Ubuntu Setup
If you're on Ubuntu Server, first do this:
sudo apt-get install python-software-properties
Then, do this:
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment