Skip to content

Commit 546e7d1

Browse files
DaKoalaposva
authored andcommitted
docs(contributing): add yarn requirement to guide (#9848)
1 parent af15d16 commit 546e7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
3535

3636
## Development Setup
3737

38-
You will need [Node.js](http://nodejs.org) **version 8+** and [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (for running Selenium server during e2e tests).
38+
You will need [Node.js](http://nodejs.org) **version 8+**, [Java Runtime Environment](http://www.oracle.com/technetwork/java/javase/downloads/index.html) (for running Selenium server during e2e tests) and [yarn](https://yarnpkg.com/en/docs/install).
3939

4040
After cloning the repo, run:
4141

4242
``` bash
43-
$ yarn # it install the dependencies of the project
43+
$ yarn # install the dependencies of the project
4444
```
4545

4646
### Committing Changes

0 commit comments

Comments
 (0)