Merge pull request #431 from stappersg/welcome_all

git clone HTTPS URL
This commit is contained in:
Sunface
2025-04-25 12:11:29 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ This book was designed for easily diving into and getting skilled with Rust, and
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
$ git clone https://github.com/sunface/rust-by-practice
$ cargo install mdbook
$ cd rust-by-practice && mdbook serve en/
```