Skip to content

Commit 526a869

Browse files
author
Robert Jackson
authored
Merge pull request #137 from ember-codemods/add-dependency-install-to-readme
Add dependency installation
2 parents a2e3c3e + b271af2 commit 526a869

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ with decorators!
88

99
## Usage
1010

11-
First, boot up your application. Then, the codemod can be run using the
11+
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
1220
following command:
1321

1422
```

0 commit comments

Comments
 (0)