1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-26 23:12:46 +02:00

Explicitly ask people to clone the repository (#808)

This was a question in #666.
This commit is contained in:
Martin Geisler 2023-06-13 13:01:12 +02:00 committed by GitHub
parent c0a14c6d3e
commit 6b17bc47b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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