yiom / ember-cli-sketchpad

A ember-cli wrapper for Sketchpad (http://yiom.github.io/sketchpad/)
MIT License
3 stars 0 forks source link

Is installation method wrong? #4

Open jeanlucaslima opened 9 years ago

jeanlucaslima commented 9 years ago

Shouldn't it be "ember install:addon ember-cli-sketchpad"?

nihey commented 9 years ago

As we are not providing a 'defaultBlueprint' on package.json they both would end up doing the same thing (install the dependency via npm with --save-dev). But we could change that if it bothers you.