From b1b0fa0266d22a61f87135436b8a98818f8fe353 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Mon, 4 Jul 2016 14:38:51 +0200 Subject: [PATCH] docs(README): link CONTRIBUTING --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b630e2f4..e073d5cd 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,12 @@ Perform the following steps to build the library, including running all tests: ``` cd bpmn-js npm install -grunt +npm run all ``` -When building the latest development snapshot you may need to perform [additional project setup](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.md). +You may need to perform [additional project setup](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.md) when building the latest development snapshot. + +Please checkout our [contributing guidelines](https://github.com/bpmn-io/bpmn-js/blob/master/CONTRIBUTING.md) if you plan to file an issue or pull request. ## Related