Skip to content

TuringZhu/cargo-zh-cn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Cargo Book Simplified Chinese

Build Status

Require

This book is build by mdbook。You can install it by:

$ cargo install mdbook

Build

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)

Contribute

鉴于本书仍处于编写状态,我们非常乐意为您提供帮助!请随意提出任何问题,并在 PR 中发送您想要修改或更新的内容。如果您的更改较大,请先开一个 issue ,这样我们便可以确保这是我们可以接受的事情,