1
0
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:
Sharun 2023-07-10 18:52:00 -04:00 committed by GitHub
parent 51276a6444
commit cabf98be72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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