Skip to content

Commit 3380d84

Browse files
committed
Remove mdbook version flags from README
The instructions in README.md are now more similar to those in CONTRIBUTING.md. Following these instructions seems to work as intended.
1 parent cb369ae commit 3380d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you'd like to read it locally, [install Rust], and then:
1717
```bash
1818
$ git clone https://github.com/rust-lang/rust-by-example
1919
$ cd rust-by-example
20-
$ cargo install mdbook --version 0.2 --force
20+
$ cargo install mdbook
2121
$ mdbook build
2222
$ mdbook serve
2323
```

0 commit comments

Comments
 (0)