From 61d45301da4b4f8f3d32b57f0b0062660a87d44c Mon Sep 17 00:00:00 2001 From: zebra Date: Mon, 9 Jun 2025 16:59:16 -0700 Subject: [PATCH] updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e6e08b6..661c80d 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ Or install system-wide: sudo apt install yt-dlp # On Debian/Ubuntu ``` ⚙️ Configuration + Lidarr Setup - - Ensure Lidarr is running and accessible (e.g., http://localhost:8686). - - Create or retrieve your API key from Lidarr's settings. - Environment Variable Set your API key in the terminal session: +Ensure Lidarr is running and accessible (e.g., http://localhost:8686). +Create or retrieve your API key from Lidarr's settings. + +Environment Variable Set your API key in the terminal session: ``` export LIDARR_API_KEY="your-lidarr-api-key" ```