Navigation Menu

Skip to content

Commit

Permalink
chore: add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jun 6, 2019
1 parent cff0c55 commit 95275ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/CONTRIBUTING.md
Expand Up @@ -56,13 +56,14 @@ In case you are suggesting a new feature, we will match your idea with our curre
- Fork the **webpack-cli** repo at [https://github.com/webpack/webpack-cli](https://github.com/webpack/webpack-cli).
- `git clone <your-clone-url> && cd webpack-cli`

- If you don't have yarn yet:

- If you decide to use [yarn](https://yarnpkg.com/lang/en/):
```bash
npm install -g yarn
```

* Install the dependencies and link them:
> Using yarn is not a requirement, [npm](https://www.npmjs.com/) is included in node.
- Install the dependencies and link them:

```bash
#npm
Expand All @@ -76,7 +77,7 @@ In case you are suggesting a new feature, we will match your idea with our curre
yarn link webpack-cli
```

* Bootstrap all the submodules before building for the first time
- Bootstrap all the submodules before building for the first time

```bash
#npm
Expand Down

0 comments on commit 95275ac

Please sign in to comment.