Skip to content

Commit b661cb0

Browse files
authoredNov 15, 2018
Merge pull request #1117 from joevandyk/patch-1
Install the right version of mdbook
2 parents 95a8821 + 55d4e9c commit b661cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
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
17+
$ cargo install mdbook --version ^0.1 --force
1818
$ mdbook build
1919
$ mdbook serve
2020
```

0 commit comments

Comments
 (0)