Skip to content

Instantly share code, notes, and snippets.

@andrewjmead
Created January 19, 2016 13:42
Show Gist options
  • Save andrewjmead/98fe20f63bc92decafd4 to your computer and use it in GitHub Desktop.
Save andrewjmead/98fe20f63bc92decafd4 to your computer and use it in GitHub Desktop.
Installing Node.js v5.x on Ubuntu
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment