diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-11-19 12:24:42 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-11-19 12:24:42 +0100 |
commit | ee402ad44419b6c5d2f7976c82014d8136629892 (patch) | |
tree | 7cff4c6fe97e4960dcf9e034c889b01a9d9ea602 | |
parent | bd24b03548e381efe213829ef3dfe7ed5ce6f8c5 (diff) | |
parent | 266bfcb8bfcb56a3c2f89634937577528fa80101 (diff) | |
download | gitbook-ee402ad44419b6c5d2f7976c82014d8136629892.zip gitbook-ee402ad44419b6c5d2f7976c82014d8136629892.tar.gz gitbook-ee402ad44419b6c5d2f7976c82014d8136629892.tar.bz2 |
Merge pull request #1018 from atilacamurca/patch-1
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ Plugins needed to build a book can be installed using: `gitbook install ./`. You You can use the options `--log=debug` and `--debug` to get better error messages (with stack trace). For example: ``` -$ gitbook build ./ -- log=debug --debug +$ gitbook build ./ --log=debug --debug ``` #### How to use the latest commit from GitBook in gitbook-cli |