Update README.md

This commit is contained in:
Kevin Watt 2025-02-11 02:45:15 +08:00 committed by GitHub
parent 4594ca7e78
commit 69269c78b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```