mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 12:39:42 +00:00
git clone HTTPS URL
Changed the _git clone URL_ into an URL that is available to all people that have Internet access. Signed-off-by: Geert Stappers <stappers@stappers.it>
This commit is contained in:
@ -23,7 +23,7 @@ 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
|
||||
$ git clone https://github.com/sunface/rust-by-practice
|
||||
$ cargo install mdbook
|
||||
$ cd rust-by-practice && mdbook serve en/
|
||||
```
|
||||
|
Reference in New Issue
Block a user