summaryrefslogtreecommitdiffstats
path: root/docs/setup.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/setup.md')
-rw-r--r--docs/setup.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/setup.md b/docs/setup.md
index aaa0407..3ce416e 100644
--- a/docs/setup.md
+++ b/docs/setup.md
@@ -35,3 +35,11 @@ $ npm install gitbook-cli -g
$ gitbook install beta
```
+##### Debugging
+
+You can use the options `--log=debug` and `--debug` to get better error messages (with stack trace). For example:
+
+```
+$ gitbook build ./ --log=debug --debug
+```
+