From 69269c78b608fba0725ff82ce1153720d6c77156 Mon Sep 17 00:00:00 2001 From: Kevin Watt Date: Tue, 11 Feb 2025 02:45:15 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d778fd5..2dd6465 100644 --- a/README.md +++ b/README.md @@ -11,21 +11,18 @@ Uses `yt-dlp` to download YouTube content and connects it to LLMs via [Model Con ## Installation 1. Install `yt-dlp` (Homebrew and WinGet both work great here) -### Additional Setup for yt-dlp-mcp yt-dlp-mcp requires the yt-dlp package. Install it based on your operating system: -#### Windows +Windows ```bash winget install yt-dlp ``` - -#### MacOS +MacOS ```bash brew install yt-dlp ``` - -#### Linux +Linux ```bash pip install yt-dlp ```