Update README.md

This commit is contained in:
freearhey 2023-07-03 01:05:05 +03:00
parent 3ebe14a083
commit 10c1f9938a

View file

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