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:
authorDavid Benson <david@jgraph.com>2017-08-17 14:11:31 +0300
committerDavid Benson <david@jgraph.com>2017-08-17 14:11:31 +0300
commit4fec4987532e0726aa45da65622d5c7540c0ebb9 (patch)
tree6d8c96d140a05bae4e82ff1b608bdd02b2877097 /README.md
parent0eee12932a82d9ff19b44561893b751b64ce9600 (diff)
Added release instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46a5cab..89c09be 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,11 @@ draw.io desktop app based on Electron
[![Build status](https://ci.appveyor.com/api/projects/status/e56wdssukquwe7bv?svg=true)](https://ci.appveyor.com/project/davidjgraph/drawio-desktop)
To run this:
-1. npm install
+1. npm install (in the root directory of this repo)
2. export NODE_ENV=development
3. npm start
+To release:
+1. Update the draw.io sub-module and push the change
+2. Wait for the builds to complete (https://travis-ci.org/jgraph/drawio-desktop and https://ci.appveyor.com/project/davidjgraph/drawio-desktop)
+3. Go to https://github.com/jgraph/drawio-desktop/releases, edit the preview release and publish it. \ No newline at end of file