From 9737f32bc9fe766a4071ebce6170d012db1cc2e4 Mon Sep 17 00:00:00 2001 From: Jason Floyd Date: Thu, 12 Jan 2012 13:24:03 -0600 Subject: [PATCH] installation instructions for sublime text 2 --- README.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.markdown b/README.markdown index c81b708..dc5cb02 100644 --- a/README.markdown +++ b/README.markdown @@ -18,4 +18,13 @@ Patches for additions are always welcome. If your TextMate.app is having trouble finding the `coffee` command, remember that [TextMate doesn't inherit your regular PATH](http://wiki.macromates.com/Troubleshooting/TextMateAndThePath). +Sublime Text 2: +------------- + +This bundle is compatible with Sublime Text 2, and can be installed for +that editor using: + + cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/ + git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript +