Skip to content

Instantly share code, notes, and snippets.

@Jwpe
Last active December 15, 2015 15:19
Show Gist options
  • Save Jwpe/5281005 to your computer and use it in GitHub Desktop.
Save Jwpe/5281005 to your computer and use it in GitHub Desktop.
Install CoffeeScript on Ubuntu
sudo apt-get install python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
sudo npm install -g coffee-script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment