Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
skalnik committed Jun 8, 2011
1 parent ba70436 commit a7f1b3d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions coffeescript/installation.md
@@ -0,0 +1,21 @@
!SLIDE

#So how do I get it?#

!SLIDE commandline

$ brew install node
Install node via homebrew

$ curl http://npmjs.org/install.sh | sh
Install npm: http://npmjs.org/

$ npm install -g coffee-script
-g for global

!SLIDE bullets

#Rails 3.1#

* By the way, included in Rails 3.1
* `.coffee` files automatically compiled

0 comments on commit a7f1b3d

Please sign in to comment.