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