Skip to content

Commit

Permalink
Merge pull request #2 from dockyard/doc
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
rwjblue committed Apr 20, 2015
2 parents a8b31ce + 73b1f41 commit e3d1aa0
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,28 @@ Ember style guide rules.
* [JavaScript Style Guide](https://github.com/dockyard/styleguides/blob/master/javascript.md)
* [Ember Style Guide](https://github.com/dockyard/styleguides/blob/master/ember.md)

## Installation
## Usage

* ember-cli >= 0.2.3 `ember install ember-suave`
* ember-cli < 0.2.3 `ember install:addon ember-suave`

## Development

* `git clone` this repository
* `npm install`

## Running Tests

* `npm test`

## Versioning

This library follows [Semantic Versioning](http://semver.org).

## Legal

[DockYard](http://dockyard.com), Inc &copy; 2015

[@dockyard](http://twitter.com/dockyard)

[Licensed under the MIT license](http://www.opensource.org/licenses/mit-license.php)

0 comments on commit e3d1aa0

Please sign in to comment.