Added english instructions for running locally using mdbook

This commit is contained in:
ganesh47 2022-03-09 21:45:45 +05:30
parent 2250413225
commit f312d4e69c
No known key found for this signature in database
GPG Key ID: E55D6A0A981DF5DA
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!