Skip to content

Commit 8b8b2ef

Browse files
authored
chore: update v2 README "ember install" instructions
1 parent 2e801ad commit 8b8b2ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ To install or upgrade the addon, just run:
8282
ember install ember-cli-typescript@latest
8383
```
8484

85+
To work properly, ember addons must declare this library as a `dependency`, not a `devDependency`. You can "ember install" it by running
86+
87+
```
88+
ember install ember-cli-typescript@latest --save
89+
```
90+
91+
8592
All dependencies will be added to your `package.json`, and you're ready to roll! If you're upgrading from a previous release, you should check to merge any tweaks you've made to `tsconfig.json`.
8693

8794
In addition to ember-cli-typescript, we make the following changes to your project:

0 commit comments

Comments
 (0)