Skip to content

Commit 66f4c4f

Browse files
committed
Update README
1 parent c8a34c0 commit 66f4c4f

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,14 @@ work to do.
141141

142142
### Running locally ###
143143

144-
Pretty easy. Just check out the code, then run:
144+
Pretty easy. Just check out the code. You’ll need [Yarn](https://yarnpkg.com/),
145+
which is the cool new NPM. It’s [easy to
146+
install](https://yarnpkg.com/en/docs/install).
147+
148+
Once you’ve got it just run:
145149

146150
```bash
147-
$ npm install
151+
$ yarn
148152
```
149153

150154
That'll pull down the dependencies. Then run:
@@ -160,7 +164,7 @@ assets are recompiled incrementally and your browser automatically reloads.
160164
When you're done, lint and make sure tests pass before opening a pull request:
161165

162166
```bash
163-
$ npm test
167+
$ yarn test
164168
```
165169

166170
### Developer Reference ###

0 commit comments

Comments
 (0)