From 24a9bfa87dccec7801635e7eafc2fd76260cc0b6 Mon Sep 17 00:00:00 2001 From: Shahin Agha-Ghassem Date: Thu, 30 Mar 2023 18:59:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6735748..f92cd71 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ All dependencies can be installed with your package manager. sudo wget https://raw.githubusercontent.com/shahin8r/iptv/master/iptv -qO /usr/local/bin/iptv && sudo chmod +x /usr/local/bin/iptv ``` -Run `iptv` with your playlist URL to load all the channels. +Run `iptv` with your playlist URL to load all the channels (only needed on first run). ``` iptv https://raw.githubusercontent.com/Free-TV/IPTV/master/playlist.m3u8 ```