d:\book>gitbook init
warn: no summary file in this book
info: create README.md
info: create SUMMARY.md
info: initialization is finished
d:\book>dir
2018/12/16 周日 18:37 <DIR> .
2018/12/16 周日 18:37 <DIR> ..
2018/12/16 周日 18:37 16 README.md
2018/12/16 周日 18:37 40 SUMMARY.md
2 个文件 56 字节
2 个目录 82,731,745,280 可用字节
d:\book>type SUMMARY.md
# SUMMARY
* [Chapter1](chapter1/README.md)
* [Section1.1](chapter1/section1.1.md)
* [Section1.2](chapter1/section1.2.md)
* [Chapter2](chapter2/README.md)
d:\>cd book
d:\book>gitbook init
info: create chapter1/README.md
info: create chapter1/section1.1.md
info: create chapter1/section1.2.md
info: create chapter2/README.md
info: create SUMMARY.md
info: initialization is finished
d:\book>dir
2018/12/16 周日 18:43 <DIR> .
2018/12/16 周日 18:43 <DIR> ..
2018/12/16 周日 18:43 <DIR> chapter1
2018/12/16 周日 18:43 <DIR> chapter2
2018/12/16 周日 18:37 16 README.md
2018/12/16 周日 18:43 192 SUMMARY.md
2 个文件 208 字节
4 个目录 82,731,651,072 可用字节
$ gitbook serve
Press CTRL+C to quit ...
Live reload server started on port: 35729
Starting build ...
Successfully built!
Starting server ...
Serving book on http://localhost:4000
gitbook serve --port 8888