Skip to content

Commit

Permalink
Merge pull request #6861 from Legends/master
Browse files Browse the repository at this point in the history
Extracts setup instructions from Contributing.md into separate _Setup.md
  • Loading branch information
sokra committed Mar 26, 2018
2 parents 41a0482 + 68a11fd commit eba38f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
15 changes: 1 addition & 14 deletions CONTRIBUTING.md
Expand Up @@ -25,20 +25,7 @@ documentation pages:

## Setup

```bash
git clone https://github.com/webpack/webpack.git
cd webpack
npm install -g yarn
yarn install
yarn link
yarn link webpack
```

To run the entire test suite use:

```bash
yarn test
```
[Setup your local webpack repository](_SETUP.md)

## Submitting Changes

Expand Down
18 changes: 18 additions & 0 deletions _SETUP.md
@@ -0,0 +1,18 @@
# Setup

Setup your local webpack repository

```bash
git clone https://github.com/webpack/webpack.git
cd webpack
npm install -g yarn
yarn install
yarn link
yarn link webpack
```

To run the entire test suite use:

```bash
yarn test
```

0 comments on commit eba38f1

Please sign in to comment.