mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-20 15:08:02 +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-i18n-helpers](https://github.com/google/mdbook-i18n-helpers)
|
||||||
- [mdbook-exerciser](mdbook-exerciser/)
|
- [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
|
```shell
|
||||||
$ cargo install mdbook
|
$ cargo install mdbook
|
||||||
@ -46,7 +53,7 @@ $ cargo install mdbook-i18n-helpers
|
|||||||
$ cargo install --path mdbook-exerciser
|
$ cargo install --path mdbook-exerciser
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run
|
Run
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ mdbook test
|
$ mdbook test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user