From 2d68007f98ac936189960ba00988c9721046e86c Mon Sep 17 00:00:00 2001 From: Eric Ngoiya <115367894+ngoiyaeric@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:23:21 -0700 Subject: [PATCH] Update README.md (#1397) Add instructions to install Rust. --------- Co-authored-by: Martin Geisler --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8839258da10..fc1bd802cf3 100644 --- a/README.md +++ b/README.md @@ -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/