We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31961fe + 50fb0f1 commit 4d1218fCopy full SHA for 4d1218f
README.md
@@ -15,11 +15,11 @@ to read it online.
15
If you'd like to read it locally, [install Rust], and then:
16
17
```bash
18
-$ git clone https://github.com/rust-lang/rust-by-example
19
-$ cd rust-by-example
20
-$ cargo install mdbook
21
-$ mdbook build
22
-$ mdbook serve
+git clone https://github.com/rust-lang/rust-by-example
+cd rust-by-example
+cargo install mdbook
+mdbook build
+mdbook serve
23
```
24
25
[install Rust]: https://www.rust-lang.org/tools/install
0 commit comments