Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 967a575..57e69bd 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ To run this:
1. `npm install` (in the root directory of this repo)
2. `npm install` (in the drawio directory of this repo `drawio/src/main/webapp`)
3. export DRAWIO_ENV=dev if you want to develop/debug in dev mode.
-4. `npm start` _in the root directory of this repo_ runs the app.
+4. `npm start` _in the root directory of this repo_ runs the app. For debugging, use `npm start --enable-logging`.
To release:
1. Update the draw.io sub-module and push the change. Add version tag before pushing to origin.