mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update readme.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user