From e1bab0e4ebb6ed0430844b102c4736c0c6ea4015 Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 20 Mar 2023 10:26:04 -0700 Subject: [PATCH] Repo added for zh-CN --- zh-CN/src/why-exercise.md | 1 + 1 file changed, 1 insertion(+) diff --git a/zh-CN/src/why-exercise.md b/zh-CN/src/why-exercise.md index 1cb96e5..844704d 100644 --- a/zh-CN/src/why-exercise.md +++ b/zh-CN/src/why-exercise.md @@ -23,6 +23,7 @@ 我们使用 [mdbook](https://rust-lang.github.io/mdBook/) 构建在线练习题,你也可以下载到本地运行: ```shell +$ git clone git@github.com:sunface/rust-by-practice.git $ cargo install mdbook $ cd rust-by-practice && mdbook serve zh-CN/ ```