mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-15 07:06:52 +02:00
remove $ from code blocks in README (#951)
This commit is contained in:
parent
51276a6444
commit
cabf98be72
16
README.md
16
README.md
@ -40,29 +40,29 @@ The course is built using a few tools:
|
|||||||
First clone the repository:
|
First clone the repository:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ git clone https://github.com/google/comprehensive-rust/
|
git clone https://github.com/google/comprehensive-rust/
|
||||||
$ cd comprehensive-rust
|
cd comprehensive-rust
|
||||||
```
|
```
|
||||||
|
|
||||||
Then install these tools with:
|
Then install these tools with:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cargo install mdbook
|
cargo install mdbook
|
||||||
$ cargo install mdbook-svgbob
|
cargo install mdbook-svgbob
|
||||||
$ cargo install mdbook-i18n-helpers
|
cargo install mdbook-i18n-helpers
|
||||||
$ cargo install --path mdbook-exerciser
|
cargo install --path mdbook-exerciser
|
||||||
```
|
```
|
||||||
|
|
||||||
Run
|
Run
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ mdbook test
|
mdbook test
|
||||||
```
|
```
|
||||||
|
|
||||||
to test all included Rust snippets. Run
|
to test all included Rust snippets. Run
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ mdbook serve
|
mdbook serve
|
||||||
```
|
```
|
||||||
|
|
||||||
to start a web server with the course. You'll find the content on
|
to start a web server with the course. You'll find the content on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user