mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
Merge pull request #190 from Enforcer007/patch-1
Guidelines to serve book locally in English and Chinese
This commit is contained in:
17
Readme.md
17
Readme.md
@ -26,9 +26,24 @@ This book was designed for easily diving into and get skilled with Rust, and it'
|
|||||||
## Running locally
|
## Running locally
|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
|
- Clone the repo
|
||||||
|
```shell
|
||||||
|
$ git clone git@github.com:sunface/rust-by-practice.git
|
||||||
|
```
|
||||||
|
- Install mdbook using Cargo
|
||||||
```shell
|
```shell
|
||||||
$ cargo install mdbook
|
$ cargo install mdbook
|
||||||
$ cd rust-by-practice && mdbook serve
|
```
|
||||||
|
|
||||||
|
- For Book in English
|
||||||
|
```shell
|
||||||
|
$ cd rust-by-practice && mdbook serve en/
|
||||||
|
```
|
||||||
|
|
||||||
|
- For Book in Chinese
|
||||||
|
```shell
|
||||||
|
$ cd rust-by-practice && mdbook serve zh-CN/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
Reference in New Issue
Block a user