Skip to content

Commit 43ce7ba

Browse files
committed
Change instruction in readme to mention "yarn"
1 parent 9e399da commit 43ce7ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@ Please include tests and docs with every pull request!
3232

3333
## Running Tests
3434

35-
To run the examples, you need to have the GitBook repository cloned to your computer. After that, you need to `cd` into the directory where you cloned it, and install the dependencies from `npm`.
35+
To run the examples, you need to have the GitBook repository cloned to your computer. After that, you need to `cd` into the directory where you cloned it, and install the dependencies from `npm` using `yarn`.
3636

3737
```
38-
npm install
38+
$ yarn install
3939
```
4040

4141
Then you'll need to bootstrap it:
4242

4343
```
44-
npm run bootstrap
44+
$ npm run bootstrap
4545
```
4646

4747
Which will also compile the source files. Then run the tests with:
4848

4949
```
50-
npm test
50+
$ npm test
5151
```

0 commit comments

Comments
 (0)