From 1d89127d8f999877770ef383fdb2193c39388e0c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 27 Jun 2022 11:10:09 -0700 Subject: [PATCH] Mention how to uninstall. Closes #1822. --- guide/src/guide/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/src/guide/installation.md b/guide/src/guide/installation.md index d7946587..128b1047 100644 --- a/guide/src/guide/installation.md +++ b/guide/src/guide/installation.md @@ -30,6 +30,8 @@ cargo install mdbook This will automatically download mdBook from [crates.io], build it, and install it in Cargo's global binary directory (`~/.cargo/bin/` by default). +To uninstall, run the command `cargo uninstall mdbook`. + [Rust installation page]: https://www.rust-lang.org/tools/install [crates.io]: https://crates.io/