From 3380d843d0cb6822b68125ba46ee03886595eecb Mon Sep 17 00:00:00 2001 From: Sebastian Magnusson Date: Tue, 17 Mar 2020 09:59:36 +0100 Subject: [PATCH] Remove mdbook version flags from README The instructions in README.md are now more similar to those in CONTRIBUTING.md. Following these instructions seems to work as intended. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b23b3fc12a..a2ac7c65ce 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you'd like to read it locally, [install Rust], and then: ```bash $ git clone https://github.com/rust-lang/rust-by-example $ cd rust-by-example -$ cargo install mdbook --version 0.2 --force +$ cargo install mdbook $ mdbook build $ mdbook serve ```