Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Improve installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 7, 2013
1 parent 95adb22 commit 361a872
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -3,9 +3,11 @@ Adds [CoffeeScript](http://coffeescript.org) support to
[brunch](http://brunch.io). [brunch](http://brunch.io).


## Usage ## Usage
Add `"coffee-script-brunch": "x.y.z"` to `package.json` of your brunch app. Install the plugin via npm with `npm install --save coffee-script-brunch`.


Pick a plugin version that corresponds to your minor (y) brunch version. Or, do manual install:


If you want to use git version of plugin, add * Add `"coffee-script-brunch": "x.y.z"` to `package.json` of your brunch app.
Pick a plugin version that corresponds to your minor (y) brunch version.
* If you want to use git version of plugin, add
`"coffee-script-brunch": "git+ssh://git@github.com:brunch/coffee-script-brunch.git"`. `"coffee-script-brunch": "git+ssh://git@github.com:brunch/coffee-script-brunch.git"`.

0 comments on commit 361a872

Please sign in to comment.