From 31100d2f4815fc5c353c053d72d57614fcfefc7c Mon Sep 17 00:00:00 2001 From: Sunface Date: Thu, 10 Mar 2022 10:13:03 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index bd00130..b5728ed 100644 --- a/Readme.md +++ b/Readme.md @@ -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