mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-02-02 14:20:33 +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:
|
||||
|
||||
```shell
|
||||
$ git clone https://github.com/google/comprehensive-rust/
|
||||
$ cd comprehensive-rust
|
||||
git clone https://github.com/google/comprehensive-rust/
|
||||
cd comprehensive-rust
|
||||
```
|
||||
|
||||
Then install these tools with:
|
||||
|
||||
```shell
|
||||
$ cargo install mdbook
|
||||
$ cargo install mdbook-svgbob
|
||||
$ cargo install mdbook-i18n-helpers
|
||||
$ cargo install --path mdbook-exerciser
|
||||
cargo install mdbook
|
||||
cargo install mdbook-svgbob
|
||||
cargo install mdbook-i18n-helpers
|
||||
cargo install --path mdbook-exerciser
|
||||
```
|
||||
|
||||
Run
|
||||
|
||||
```shell
|
||||
$ mdbook test
|
||||
mdbook test
|
||||
```
|
||||
|
||||
to test all included Rust snippets. Run
|
||||
|
||||
```shell
|
||||
$ mdbook serve
|
||||
mdbook serve
|
||||
```
|
||||
|
||||
to start a web server with the course. You'll find the content on
|
||||
|
Loading…
x
Reference in New Issue
Block a user