diff --git a/README.md b/README.md index b5a9fbe..29f41de 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,16 @@ Tasks this addon does: `ember-disable-prototype-extensions` package that was added to the `package.json` +## Adding it to a non panda ember client application that wants to interact with panda features + +* Clone the repository +* cd to directory +* `npm link .` (create a local npm link) +* cd to the ember application you want to add this code to +* `npm link ember-panda-adapter` +* Add `"ember-panda-adapter": "^0.0.0",` to `package.json` +* Last step: **suggest a better npm method than this recipe!** + ## Running * `ember serve`