Add 'Clone the repo' section to README prerequisites

This commit is contained in:
Atul Khare
2026-04-06 09:24:05 -07:00
parent a0eb50c1ca
commit 33768719fc
+7
View File
@@ -81,6 +81,13 @@ Install [Rust via **rustup**](https://rustup.rs/) if you haven't already, then:
cargo install mdbook@0.4.52 mdbook-mermaid@0.14.0
```
### Clone the repo
```bash
git clone https://github.com/microsoft/RustTraining.git
cd RustTraining
```
### Build & serve
```bash