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:
authorDarío Hereñú <magallania@gmail.com>2020-03-28 18:38:40 +0300
committerGitHub <noreply@github.com>2020-03-28 18:38:40 +0300
commit4cf7fa0c0a957d0a7b0fc3590f4fb2529b0c4444 (patch)
tree6733ec62bf26485f63deaa9cf38e3cbad87ec766 /README.md
parentb0f6047756db75e10796104f39ec9670861ffcd2 (diff)
Minor formatting proposals (mostly for the CLI)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index cc8169d..3f7129e 100644
--- a/README.md
+++ b/README.md
@@ -29,18 +29,18 @@ Developing
`git clone --recursive https://github.com/jgraph/drawio-desktop.git`
To run this:
-1. npm install (in the root directory of this repo)
-2. npm install (in the drawio directory of this repo)
+1. `npm install` (in the root directory of this repo)
+2. `npm install` (in the drawio directory of this repo)
3. export DRAWIO_ENV=dev if you want to develop/debug in dev mode.
4. If you run in dev mode, clone https://github.com/jgraph/mxgraph as a sibling directory to this repo, rename the folder containing the repo "mxgraph2".
-5. npm start runs the app.
+5. `npm start` runs the app.
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.
-4. Download the windows exe and windows portable, sign them using signtool sign /a /tr http://timestamp.globalsign.com/?signature=sha2 /td SHA256 c:/path/to/your/file.exe
-5. Re-upload signed file as draw.io-windows-installer-x.y.z.exe and draw.io-windows-no-installer-x.y.z.exe
+4. Download the windows exe and windows portable, sign them using `signtool sign /a /tr http://timestamp.globalsign.com/?signature=sha2 /td SHA256 c:/path/to/your/file.exe`
+5. Re-upload signed file as `draw.io-windows-installer-x.y.z.exe` and `draw.io-windows-no-installer-x.y.z.exe`
6. Add release notes
7. Publish release