aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristophe HAMERLING <chamerling@linagora.com>2020-06-03 15:54:29 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2020-06-09 11:38:06 +0200
commit212d8cb92b3e0c69f2adca89cab8c8cfd2eccc8a (patch)
tree540db6a9abcdb4da6bc614803b0c46b23086f175 /README.md
parent69aea45f3213b9279a2d8704c5a07078e0d12946 (diff)
Add SHOW_DEV_TOOLS environment variable
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8968dd9..8b35d9d 100644
--- a/README.md
+++ b/README.md
@@ -69,6 +69,12 @@ 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.
+It can also be displayed automatically from the `SHOW_DEV_TOOLS` environment variable such as:
+
+```bash
+SHOW_DEV_TOOLS=true npm start
+```
+
#### Building the production distribution
```bash