This book is build by mdbook。You can install it by:
$ cargo install mdbook
build the book:
$ mdbook build
This command will output files to boot
directory. Please checkout it in Broswer.
Firefox:
$ firefox book/index.html # Linux
$ open -a "Firefox" book/index.html # OS X
$ Start-Process "firefox.exe" .\book\index.html # Windows (PowerShell)
$ start firefox.exe .\book\index.html # Windows (Cmd)
Chrome:
$ google-chrome book/index.html # Linux
$ open -a "Google Chrome" book/index.html # OS X
$ Start-Process "chrome.exe" .\book\index.html # Windows (PowerShell)
$ start chrome.exe .\book\index.html # Windows (Cmd)
鉴于本书仍处于编写状态,我们非常乐意为您提供帮助!请随意提出任何问题,并在 PR 中发送您想要修改或更新的内容。如果您的更改较大,请先开一个 issue ,这样我们便可以确保这是我们可以接受的事情,