1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-04 09:49:46 +02:00

Update README.md (#1397)

Add instructions to install Rust.

---------

Co-authored-by: Martin Geisler <martin@geisler.net>
This commit is contained in:
Eric Ngoiya 2023-10-25 11:23:21 -07:00 committed by GitHub
parent 2f0c9dc053
commit 2d68007f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,8 @@ The course is built using a few tools:
- [mdbook-exerciser](mdbook-exerciser/)
- [mdbook-course](mdbook-course/)
First clone the repository:
First install Rust by following the instructions on https://rustup.rs/. Then
clone this repository:
```shell
git clone https://github.com/google/comprehensive-rust/