updated readme

This commit is contained in:
zebra 2025-06-09 16:59:16 -07:00
parent 966a823f09
commit 61d45301da

View File

@ -44,12 +44,12 @@ Or install system-wide:
sudo apt install yt-dlp # On Debian/Ubuntu sudo apt install yt-dlp # On Debian/Ubuntu
``` ```
⚙️ Configuration ⚙️ Configuration
Lidarr Setup Lidarr Setup
Ensure Lidarr is running and accessible (e.g., http://localhost:8686).
Ensure Lidarr is running and accessible (e.g., http://localhost:8686). Create or retrieve your API key from Lidarr's settings.
Create or retrieve your API key from Lidarr's settings. Environment Variable Set your API key in the terminal session:
Environment Variable Set your API key in the terminal session:
``` ```
export LIDARR_API_KEY="your-lidarr-api-key" export LIDARR_API_KEY="your-lidarr-api-key"
``` ```