From c003070786013e3dd93bf67b6c9112de65fbc5a0 Mon Sep 17 00:00:00 2001 From: Sean Lang Date: Sun, 21 Oct 2012 23:17:33 -0500 Subject: [PATCH] Update README.md small changes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 650b3b3..9a2e1e6 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ A quick way to convert Javascript to Coffeescript without leaving Sublime Text 2 ## Installation -* Install [node](http://nodejs.org/) and [npm](https://npmjs.org/) -* Install js2coffee and coffee-script: `npm install -g js2coffee coffee-script` +* Install [node](http://nodejs.org/) and [npm](https://npmjs.org/) (js2coffee requires these) +* Install [js2coffee](https://github.com/rstacruz/js2coffee) and [coffee-script](https://github.com/jashkenas/coffee-script): `npm install -g js2coffee coffee-script` (the actual converter) +* Install the [CoffeeScript Sublime Plugin](https://github.com/Xavura/CoffeeScript-Sublime-Plugin) for syntax highlighting then, either