mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 17:44:12 +00:00
docs(project): link setup scripts
This commit is contained in:
parent
43ee5f0d16
commit
6b2ab71779
@ -5,7 +5,7 @@ This document describes the necessary steps to setup a `bpmn-js` development env
|
|||||||
|
|
||||||
## TLDR;
|
## TLDR;
|
||||||
|
|
||||||
On Linux/Unix? [git](http://git-scm.com/), [NodeJS](nodejs.org) and [npm](https://www.npmjs.org/doc/cli/npm.html) ready? Check out the small setup script below.
|
On Linux/Unix? [git](http://git-scm.com/), [NodeJS](nodejs.org) and [npm](https://www.npmjs.org/doc/cli/npm.html) ready? Check out the [setup script section](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.md#setup-via-script) below.
|
||||||
|
|
||||||
|
|
||||||
## Manual Steps
|
## Manual Steps
|
||||||
@ -73,7 +73,7 @@ Execute `grunt` on any of the projects. Things should be nice.
|
|||||||
|
|
||||||
## Setup via Script
|
## Setup via Script
|
||||||
|
|
||||||
The whole setup can be automated through the following script.
|
The whole setup can be automated through setup scripts for [Linux](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/setup.sh) and [Windows](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/SETUP.bat).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user