aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristophe HAMERLING <chamerling@linagora.com>2020-04-20 14:16:23 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2020-04-30 22:35:16 +0200
commita0856810ba82fec58dc9afc8e903548e0ca0b01c (patch)
treee308c59ede211a9aec665e57221d5818b7c451d2 /README.md
parentcf7f2dabfb0762f5294c4cadb40c329c70987ff2 (diff)
Add note about debugger
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81e90c0..2e62dda 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,8 @@ npm install
npm start
```
+The debugger tools are available when running in dev mode and can be activated with keyboard shortcuts as defined here https://github.com/sindresorhus/electron-debug#features.
+
#### Building the production distribution
```bash