Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.01 KB

Rust Tiếng Việt

Deploy Book

The book is published at https://rust-tieng-viet.github.io

    _~^~^~_
\) /  o o  \ (/
  '_   _   _'
  / '-----' \

View the book locally

./dev.sh

Build the book from source

This book is using mdBook, please install the mdbook cli to build or view this book from your local machine.

Once you have installed Rust, the following command can be used to build and install mdBook:

cargo install mdbook
mdbook serve --open

Contribution

The content of this book is all contained in the src/ directory. Each page is a separate Markdown file. Check out the Markdown chapter for more information on formatting the content.

License

MIT.