docs: note workspace install path

This commit is contained in:
2025-12-31 23:10:05 -05:00
parent 62ee97236c
commit fb62779f53

View File

@@ -14,6 +14,14 @@ Vid-Repair is a crossplatform 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