We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd78e84 commit ff6a89bCopy full SHA for ff6a89b
README.md
@@ -12,7 +12,6 @@ what we have for now.
12
13
- Nightly Rust
14
- [mdbook](https://rust-lang.github.io/mdBook/)
15
-- [`mdbook-spec`](https://github.com/rust-lang/spec/tree/main/mdbook-spec)
16
17
## Installing dependencies
18
@@ -30,12 +29,6 @@ build the Reference:
30
29
cargo install --locked mdbook
31
```
32
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
39
## Building
40
41
To build the Reference, first clone the project:
@@ -78,5 +71,3 @@ You can also open any current build of the reference by running:
78
71
```sh
79
72
mdbook serve --open
80
73
81
82
0 commit comments