Repo added

This commit is contained in:
perro tuerto 2023-03-20 10:22:34 -07:00
parent 31c6314cf9
commit 4978def4f5
1 changed files with 2 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:
```shell
$ git clone git@github.com:sunface/rust-by-practice.git
$ cargo install mdbook
$ cd rust-by-practice && mdbook serve
$ cd rust-by-practice && mdbook serve en/
```
## Features