Skip to content

Commit 2ce92be

Browse files
committedNov 20, 2018
fix up for mdbook 0.2
1 parent b661cb0 commit 2ce92be

File tree

2 files changed

+1
-185
lines changed

2 files changed

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

‎theme/index.hbs

-184
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.