Skip to content

Commit c49ae9e

Browse files
authored
Merge pull request #1318 from SebbeM/master
Remove mdbook version flags from README
2 parents cb369ae + 3380d84 commit c49ae9e

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)