Merge pull request #380 from perrotuerto/add-repo

Repo added
This commit is contained in:
Sunface
2023-04-09 21:03:17 +08:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -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: We use [mdbook](https://rust-lang.github.io/mdBook/) building our exercises. You can run locally with below steps:
```shell ```shell
$ git clone git@github.com:sunface/rust-by-practice.git
$ cargo install mdbook $ cargo install mdbook
$ cd rust-by-practice && mdbook serve $ cd rust-by-practice && mdbook serve en/
``` ```
## Features ## Features

View File

@ -23,6 +23,7 @@
我们使用 [mdbook](https://rust-lang.github.io/mdBook/) 构建在线练习题,你也可以下载到本地运行: 我们使用 [mdbook](https://rust-lang.github.io/mdBook/) 构建在线练习题,你也可以下载到本地运行:
```shell ```shell
$ git clone git@github.com:sunface/rust-by-practice.git
$ cargo install mdbook $ cargo install mdbook
$ cd rust-by-practice && mdbook serve zh-CN/ $ cd rust-by-practice && mdbook serve zh-CN/
``` ```