From 9222833863843fee185bf49b3fff130e0b69aac9 Mon Sep 17 00:00:00 2001 From: Tan Kian-ting Date: Sat, 16 Aug 2025 23:30:34 +0800 Subject: [PATCH] add readme content --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37fa885..672dbf1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # yt-snd -Download videos from youtube and convert it to mp3 \ No newline at end of file +Download videos from youtube and convert it to mp3. + +It's a simpler gui front-end of yt-dlp. + +## Dependent files + +- Rust +- libgtk-4-dev +- ffmpeg +- yt-dlp + +## How to run it +clone yt-and, enter it's folder, and run `cargo run`.