We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2e3c3e + b271af2 commit 526a869Copy full SHA for 526a869
README.md
@@ -8,7 +8,15 @@ with decorators!
8
9
## Usage
10
11
-First, boot up your application. Then, the codemod can be run using the
+First, install the dependencies that the codemod relies on. These are
12
+addons that the codemod will add imports from:
13
+
14
+```
15
+ember install ember-classic-decorator
16
+ember install ember-decorators
17
18
19
+Then, boot up your application. Then, the codemod can be run using the
20
following command:
21
22
```
0 commit comments