From f312d4e69c942053f66545cd173ac5b95882b5e3 Mon Sep 17 00:00:00 2001 From: ganesh47 <22994026+ganesh47@users.noreply.github.com> Date: Wed, 9 Mar 2022 21:45:45 +0530 Subject: [PATCH] Added english instructions for running locally using mdbook --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 3c511ac..3dc395e 100644 --- a/Readme.md +++ b/Readme.md @@ -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!