From 10c1f9938a642f6d527ce1e245572768d83289aa Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:05:05 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 162f7af2..230590e8 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ npm install Now choose one of the sources (their complete list can be found in the [/sites](https://github.com/iptv-org/epg/tree/master/sites) folder) and start downloading the guide using the command: ```sh +# Windows +set SITE=example.com&& npm run grab + +# Linux/macOS SITE=example.com npm run grab ```