Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
small changes
  • Loading branch information
notslang committed Oct 22, 2012
1 parent f177d68 commit c003070
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit c003070

Please sign in to comment.