You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-27 03:01:03 +02:00
Explicitly ask people to clone the repository (#808)
This was a question in #666.
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user