Skip to content

Commit c85778c

Browse files
Add ember-data dependency to the quickstart
1 parent ab3ab29 commit c85778c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/dummy/app/templates/docs/quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
## 1. Install AddonDocs
44

5-
```
5+
```sh
66
ember install ember-cli-addon-docs
77
```
88

9+
[Ember Data](https://github.com/emberjs/data) is a required peer dependency, so if you're not already using it in your addon, you'll need to install it.
10+
11+
```sh
12+
ember install ember-data
13+
```
14+
915
## 2. Install ember-cli-addon-docs-yuidoc
1016

1117
API docs are autogenerated from comments in your source code, and require an additional plugin to be installed.

0 commit comments

Comments
 (0)