Skip to content

Commit d25d94a

Browse files
authored
Merge pull request #115 from ember-learn/jenweber-patch-1
Update README instructions
2 parents 20363ab + 4e6249a commit d25d94a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,16 @@ yarn backup
137137
Yes, follow one of the quickstarts and then run the `ember-api-docs` application using the following commands.
138138

139139
```bash
140+
# Start your local server for this repository
141+
yarn serve
142+
140143
# Clone the repository with the "ember-api-docs" app.
141144
git clone https://github.com/ember-learn/ember-api-docs
142145
cd ember-api-docs
143146

144147
# Install the dependencies.
145-
yarn
148+
npm install
146149

147150
# Run the application side by side with a locally running API.
148-
yarn start:local
151+
npm run start:local
149152
```

0 commit comments

Comments
 (0)