Merge pull request #153 from ganesh47/master

Added english instructions for running locally using mdbook
This commit is contained in:
Sunface 2022-03-10 10:07:12 +08:00 committed by GitHub
commit e8d6aaddb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ This book was designed for easily diving into and get skilled with Rust, and it'
- [https://practice.rs](https://practice.rs)
## Running locally
This uses [mdbook](https://rust-lang.github.io/mdBook/).You can run locally by installing [mdbook](https://rust-lang.github.io/mdBook/guide/installation.html) using cargo and then using `mdbook serve`
## Features
Part of our examples and exercises are borrowed from [Rust By Example](https://github.com/rust-lang/rust-by-example), thanks for your great works!