mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Update readme.md
This commit is contained in:
@@ -4,12 +4,18 @@ https://epg.iptvx.one/
|
|||||||
|
|
||||||
### Download the guide
|
### Download the guide
|
||||||
|
|
||||||
Windows:
|
Windows (Command Prompt):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
SET "NODE_OPTIONS=--max-old-space-size=5000" && npm run grab --- --site=epg.iptvx.one
|
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:
|
Linux and macOS:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user