Skip to content

Instantly share code, notes, and snippets.

@baojie
Forked from chiragchamoli/install node.js on ubuntu
Last active December 19, 2015 18:08
Show Gist options
  • Save baojie/5995953 to your computer and use it in GitHub Desktop.
Save baojie/5995953 to your computer and use it in GitHub Desktop.
install node.js on ubuntu
#install node.js on ubuntu
sudo add-apt-repository ppa:chris-lea/node.js -y
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