From 9e249efc83b91cdba4f8f893d6d6b93ab732c9d3 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 1 Apr 2014 10:48:26 +0200 Subject: [PATCH] fix(docs/project/SETUP): link diagram-js --- docs/project/SETUP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/project/SETUP.md b/docs/project/SETUP.md index 6e9e7904..71a7ccf8 100644 --- a/docs/project/SETUP.md +++ b/docs/project/SETUP.md @@ -108,7 +108,8 @@ cd $base/bpmn-js mkdir node_modules ln -s $base/moddle node_modules/moddle ln -s $base/moddle-xml node_modules/moddle-xml +ln -s $base/diagram-js node_modules/diagram-js npm install > /dev/null echo all done. -``` \ No newline at end of file +```