From 6b17bc47b109b16ca5983c44b4400c3ff254f0c8 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 13 Jun 2023 13:01:12 +0200 Subject: [PATCH] Explicitly ask people to clone the repository (#808) This was a question in #666. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3da52feb..ed5db299 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,14 @@ The course is built using a few tools: - [mdbook-i18n-helpers](https://github.com/google/mdbook-i18n-helpers) - [mdbook-exerciser](mdbook-exerciser/) -Install these tools with: +First clone the repository: + +```shell +$ git clone https://github.com/google/comprehensive-rust/ +$ cd comprehensive-rust +``` + +Then install these tools with: ```shell $ cargo install mdbook @@ -46,7 +53,7 @@ $ cargo install mdbook-i18n-helpers $ cargo install --path mdbook-exerciser ``` -Then run +Run ```shell $ mdbook test