Skip to content

Commit ff6a89b

Browse files
committed
mdbook-spec is no longer needed to be installed separately.
1 parent dd78e84 commit ff6a89b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ what we have for now.
1212

1313
- Nightly Rust
1414
- [mdbook](https://rust-lang.github.io/mdBook/)
15-
- [`mdbook-spec`](https://github.com/rust-lang/spec/tree/main/mdbook-spec)
1615

1716
## Installing dependencies
1817

@@ -30,12 +29,6 @@ build the Reference:
3029
cargo install --locked mdbook
3130
```
3231

33-
Also install `mdbook-spec` which is a preprocessor which adds some Markdown extensions:
34-
35-
```sh
36-
cargo install --locked mdbook-spec
37-
```
38-
3932
## Building
4033

4134
To build the Reference, first clone the project:
@@ -78,5 +71,3 @@ You can also open any current build of the reference by running:
7871
```sh
7972
mdbook serve --open
8073
```
81-
82-

0 commit comments

Comments
 (0)