From 94af6e57ec79ba7f7705c4af75c661c3372303ee Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Mon, 13 Dec 2021 18:28:46 -0500 Subject: [PATCH] README.md: link to mdbook docs Makes things easier for would-be contributors, though sometimes it might just tell them that mdbook doesn't support what they wanted to do. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca6e5a67c..65030a32c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ what we have for now. ## Dependencies - rustc (the Rust compiler). -- mdbook (use `cargo install mdbook` to install it). +- [mdbook](https://rust-lang.github.io/mdBook/) (use `cargo install mdbook` to install it). - rust nightly (you would be required to set your Rust version to the nightly version to make sure all tests pass) ## Build steps