From 9bd14a790a11f361001b7a013b77dba0a168fcb5 Mon Sep 17 00:00:00 2001 From: 44r0n7 <44r0n7+gitea@pm.me> Date: Wed, 31 Dec 2025 23:25:25 -0500 Subject: [PATCH] docs: add clone and rust install info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ca15cfc..ba09733 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ Vid-Repair is a cross‑platform 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 🧰