Skip to content

Commit 4d1218f

Browse files
authored
Merge pull request #1704 from veltzer/patch-1
Update README.md
2 parents 31961fe + 50fb0f1 commit 4d1218f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ to read it online.
1515
If you'd like to read it locally, [install Rust], and then:
1616

1717
```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
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
2323
```
2424

2525
[install Rust]: https://www.rust-lang.org/tools/install

0 commit comments

Comments
 (0)