From 4978def4f5899651f04497e623008c153d3f18ae Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 20 Mar 2023 10:22:34 -0700 Subject: [PATCH] Repo added --- en/src/why-exercise.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/src/why-exercise.md b/en/src/why-exercise.md index 6c84181..aa981ee 100644 --- a/en/src/why-exercise.md +++ b/en/src/why-exercise.md @@ -23,8 +23,9 @@ This book was designed for easily diving into and get skilled with Rust, and it' We use [mdbook](https://rust-lang.github.io/mdBook/) building our exercises. You can run locally with below steps: ```shell +$ git clone git@github.com:sunface/rust-by-practice.git $ cargo install mdbook -$ cd rust-by-practice && mdbook serve +$ cd rust-by-practice && mdbook serve en/ ``` ## Features