Skip to content

Instantly share code, notes, and snippets.

@eznj
Created November 8, 2012 06:11
Show Gist options
  • Save eznj/4037153 to your computer and use it in GitHub Desktop.
Save eznj/4037153 to your computer and use it in GitHub Desktop.
coffeescript homebrew install
#install homebrew
go to site for link to curl.. etc..
#install node
brew install node
#add this to .bashrc
export NODE_PATH/usr/local/lib/node_modules
#install NPM
curl https://npmjs.org/install.sh | sh
#install coffeescript
npm install -g coffee-script
#drink beer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment