Skip to content

Commit

Permalink
Merge pull request #117 from bianjp/guide
Browse files Browse the repository at this point in the history
Add installation guide
  • Loading branch information
stefanpenner committed Sep 2, 2015
2 parents 3a53a07 + 91167c8 commit 6e80b27
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ This project is tracking a new resolver based on ES6 semantics that has been ext
* [ember-app-kit](https://github.com/stefanpenner/ember-app-kit)
* [ember-appkit-rails](https://github.com/dockyard/ember-appkit-rails)

## Installation

Ember-resolver was previously a bower package, but since v1.0.1, it has become an ember-cli addon, and should be installed with `ember install`:
```
ember install ember-resolver
```

If you're currently using ember-resolver v0.1.x in your project, you should uninstall it:
```
bower uninstall ember-resolver --save
```

_You can continue to use ember-resolver v0.1.x as a bower package, but be careful not to update it to versions greater than v1.0._

## Addon Development

### Installation
Expand Down

0 comments on commit 6e80b27

Please sign in to comment.