Skip to content

Commit b91b2ce

Browse files
authored
Merge pull request #1128 from 515hikaru/master
fix install mdbook command
2 parents 4a93cc0 + 73141dd commit b91b2ce

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
@@ -14,7 +14,7 @@ If you'd like to read it locally, [install Rust], and then:
1414
```bash
1515
$ git clone https://github.com/rust-lang/rust-by-example
1616
$ cd rust-by-example
17-
$ cargo install mdbook --version ^0.2 --force
17+
$ cargo install mdbook --version 0.2 --force
1818
$ mdbook build
1919
$ mdbook serve
2020
```

0 commit comments

Comments
 (0)