Skip to content

Instantly share code, notes, and snippets.

@joelbowen
Created September 6, 2013 20:47
Show Gist options
  • Save joelbowen/6469806 to your computer and use it in GitHub Desktop.
Save joelbowen/6469806 to your computer and use it in GitHub Desktop.
Node.js on Ubuntu
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs
$ node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment