diff options
author | Christophe HAMERLING <chamerling@linagora.com> | 2020-04-20 14:16:23 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-04-30 22:35:16 +0200 |
commit | a0856810ba82fec58dc9afc8e903548e0ca0b01c (patch) | |
tree | e308c59ede211a9aec665e57221d5818b7c451d2 /README.md | |
parent | cf7f2dabfb0762f5294c4cadb40c329c70987ff2 (diff) |
Add note about debugger
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |