aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristophe HAMERLING <chamerling@linagora.com>2020-06-03 18:00:24 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2020-06-09 11:38:06 +0200
commitb662c93ac76eff9ffc989458df7d36dfb289007b (patch)
tree596047671d5fc0d20cfbd28d3322234c298b8c61 /README.md
parent212d8cb92b3e0c69f2adca89cab8c8cfd2eccc8a (diff)
Add Application command line flag support for devtools
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 8b35d9d..58ff8f3 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,8 @@ It can also be displayed automatically from the `SHOW_DEV_TOOLS` environment var
SHOW_DEV_TOOLS=true npm start
```
+or from the application `--show-dev-tools` command line flag.
+
#### Building the production distribution
```bash