From fb62779f5350384818bc2d2c8a91fb41ff29fc25 Mon Sep 17 00:00:00 2001 From: 44r0n7 <44r0n7+gitea@pm.me> Date: Wed, 31 Dec 2025 23:10:05 -0500 Subject: [PATCH] docs: note workspace install path --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f2e98b8..8d01532 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ Vid-Repair is a cross‑platform CLI that scans video files for container/stream cargo build --release ``` +To install the CLI from the workspace root: + +```bash +cargo install --path ./vid-repair +``` + +(`cargo install --path .` will fail because the repo root is a workspace manifest.) + ### Common commands 💻 ```bash