From 7f92f430037fe9269673f21061383475cd9b52e0 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 1 Apr 2025 12:35:17 -0400 Subject: [PATCH] I needed to force this install to overwrite a previous version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ff16818b..29c9083ad 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ look right, but you _will_ still be able to build the book. To use the plugins, you should run: ```bash -$ cargo install --locked --path packages/mdbook-trpl +$ cargo install --locked --path packages/mdbook-trpl --force ``` ## Building