diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-02-25 11:15:59 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-02-25 11:15:59 +0100 |
commit | a2e0bc267c3ca0b28669344f9b07d57b55294ec5 (patch) | |
tree | ca87654809128c73931a4f996d4dc5920299ce44 /docs/setup.md | |
parent | d86a95b5e1fec23b4c48df5c693d6686df3fe74e (diff) | |
download | gitbook-a2e0bc267c3ca0b28669344f9b07d57b55294ec5.zip gitbook-a2e0bc267c3ca0b28669344f9b07d57b55294ec5.tar.gz gitbook-a2e0bc267c3ca0b28669344f9b07d57b55294ec5.tar.bz2 |
Improve documentation
Diffstat (limited to 'docs/setup.md')
-rw-r--r-- | docs/setup.md | 8 |
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 +``` + |