1
0
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:
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:
```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