docs: add clone and rust install info

This commit is contained in:
2025-12-31 23:25:25 -05:00
parent 3b27855b09
commit 9bd14a790a

View File

@@ -7,6 +7,14 @@ Vid-Repair is a crossplatform CLI that scans video files for container/stream
### Requirements ✅
- `ffmpeg` and `ffprobe` available on PATH
- Rust + Cargo (install via rustup: https://rustup.rs)
### Clone 📦
```bash
git clone https://git.44r0n.cc/44r0n7/vid-repair.git
cd vid-repair
```
### Install 🧰