mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
fix msrv in docs
This commit is contained in:
parent
678b469835
commit
21fb329d56
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ To make it easier to run, put the path to the binary into your `PATH`.
|
||||||
|
|
||||||
To build the `mdbook` executable from source, you will first need to install Rust and Cargo.
|
To build the `mdbook` executable from source, you will first need to install Rust and Cargo.
|
||||||
Follow the instructions on the [Rust installation page].
|
Follow the instructions on the [Rust installation page].
|
||||||
mdBook currently requires at least Rust version 1.54.
|
mdBook currently requires at least Rust version 1.56.
|
||||||
|
|
||||||
Once you have installed Rust, the following command can be used to build and install mdBook:
|
Once you have installed Rust, the following command can be used to build and install mdBook:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue