Skip to content

Commit e6bdd77

Browse files
committed
docs: mention that mdbook 0.4.x is required
1 parent 9a540ec commit e6bdd77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Contributing is really easy, fork this repo and edit the files in the **src** di
1212

1313
To deploy gb-asm-tutorial locally:
1414

15-
1. Install [Rust](https://www.rust-lang.org/tools/install) and [mdBook](https://github.com/rust-lang/mdBook#readme).
15+
1. Install [Rust](https://www.rust-lang.org/tools/install) and [mdBook](https://github.com/rust-lang/mdBook#readme) (v0.4.x).
1616
mdBook powers the book itself, Rust is used for some custom plugins.
17-
```
18-
$ cargo install mdbook
17+
```bash
18+
$ cargo install mdbook@0.4.52
1919
```
2020
2. Within a terminal pointed at the directory `book.toml` is in, run mdBook (`mdbook build` / `mdbook watch` / `mdbook serve`).
2121
3. The HTML files are in `book/custom/`.

0 commit comments

Comments
 (0)