TiDB Development Guide
Requirements
$ cargo install mdbookBuilding
$ mdbook build$ firefox book/html/index.html # Linux
$ open -a "Firefox" book/html/index.html # OS X
$ Start-Process "firefox.exe" .\book\html\index.html # Windows (PowerShell)
$ start firefox.exe .\book\html\index.html # Windows (Cmd)Contribute to this guide
Last updated