Skip to content

Commit 8b472e6

Browse files
committed
updating readme instructions for local development
1 parent 5001dd6 commit 8b472e6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,12 @@ as markdown files, which are fetched and displayed by
4242
```sh
4343
git clone git://github.com/ember-learn/guides-app.git
4444
git clone git://github.com/ember-learn/guides-source.git
45-
cd guides-app
46-
yarn install
47-
ember server
45+
46+
cd guides-source
47+
npm link
48+
49+
cd ../guides-app/
50+
npm i
51+
npm link guides-source
52+
npm start
4853
```

0 commit comments

Comments
 (0)