Skip to content

Commit

Permalink
Merge pull request #1128 from 515hikaru/master
Browse files Browse the repository at this point in the history
fix install mdbook command
  • Loading branch information
steveklabnik authored Dec 19, 2018
2 parents 4a93cc0 + 73141dd commit b91b2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you'd like to read it locally, [install Rust], and then:
```bash
$ git clone https://github.com/rust-lang/rust-by-example
$ cd rust-by-example
$ cargo install mdbook --version ^0.2 --force
$ cargo install mdbook --version 0.2 --force
$ mdbook build
$ mdbook serve
```
Expand Down

0 comments on commit b91b2ce

Please sign in to comment.