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