Update Readme.md

This commit is contained in:
Sunface 2022-03-10 10:13:03 +08:00 committed by GitHub
parent 7891fb2374
commit 31100d2f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,11 @@ This book was designed for easily diving into and get skilled with Rust, and it'
## 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`
We use [mdbook](https://rust-lang.github.io/mdBook/) building our exercises. You can run locally with below steps:
```shell
$ cargo install mdbook
$ cd rust-by-practice && mdbook serve
```
## Features