Update readme.md

This commit is contained in:
freearhey 2025-01-15 14:17:34 +03:00
parent d7d5b110d3
commit 84e46fdb0d

View file

@ -4,12 +4,18 @@ https://epg.iptvx.one/
### Download the guide
Windows:
Windows (Command Prompt):
```sh
SET "NODE_OPTIONS=--max-old-space-size=5000" && npm run grab --- --site=epg.iptvx.one
```
Windows (PowerShell):
```sh
$env:NODE_OPTIONS="--max-old-space-size=5000"; npm run grab --- --site=epg.iptvx.one
```
Linux and macOS:
```sh