diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 369ab7a851a..47b8a2ced62 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/_SETUP.md b/_SETUP.md new file mode 100644 index 00000000000..5f6e59814d1 --- /dev/null +++ b/_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 +``` \ No newline at end of file