From d9d6d57e6884a8b7def639c278f4f0c184eef22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com> Date: Sun, 1 Dec 2019 10:40:54 +0100 Subject: [PATCH] Explicit installation av mdbook --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bf28d7..29746ef 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This uses [mdBook](https://github.com/rust-lang-nursery/mdBook) Install mdBook and the link-checker plugin: ``` -cargo install mdbook-linkcheck +cargo install mdbook mdbook-linkcheck ``` Run -- GitLab