Skip to content

Commit 4546d39

Browse files
committed
chore(project): clarify setup
1 parent 3d9ae2f commit 4546d39

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

docs/project/SETUP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Execute `npm install` on each of the projects to grab their dependencies.
5858

5959
### Verify Things are O.K.
6060

61-
Execute `grunt` on each project. Things should be fine.
61+
Execute `npm run all` on each project. Things should be fine.
6262

6363

6464
## Setup via Script

docs/project/setup.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,20 @@ echo setup diagram-js
1919

2020
cd $base/diagram-js
2121
npm install
22-
npm link
2322

2423

2524
echo setup bpmn-moddle
2625

2726
cd $base/bpmn-moddle
2827
npm install
29-
npm link
3028

3129

3230
echo setup bpmn-js
3331

3432
cd $base/bpmn-js
3533
npm install
36-
npm link diagram-js
37-
npm link bpmn-moddle
38-
npm link
34+
npm link ../diagram-js
35+
npm link ../bpmn-moddle
3936

4037

4138
cd $base

0 commit comments

Comments
 (0)