mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-01-27 15:26:56 +02:00
Explicitly ask people to clone the repository (#808)
This was a question in #666.
This commit is contained in:
parent
c0a14c6d3e
commit
6b17bc47b1
11
README.md
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user