From 2b84c83f71b0a8ba41f9811b30d4b46cb960e002 Mon Sep 17 00:00:00 2001 From: neuxdotdev Date: Fri, 24 Apr 2026 01:12:16 +0700 Subject: [PATCH] docs(installation): fixed the command to download md-book because it was not found in crates.io Signed-off-by: neuxdotdev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e48d2b..0c0161d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ MD-Book is the next-generation documentation generator for Rust projects. Built ### Installation ```bash -cargo install md-book +cargo install --git https://github.com/terraphim/md-book.git ``` ### Basic Usage