Update readme.md

This commit is contained in:
freearhey 2025-04-16 02:49:31 +03:00
parent 7e1fbcbe15
commit 7a193e37e1

View file

@ -104,8 +104,22 @@ https://epgshare01.online/epgshare01/
### Download the guide
Windows (Command Prompt):
```sh
npm run grab --- --channels=sites/epgshare01.online/epgshare01.online_<TAG>.channels.xml
SET "NODE_OPTIONS=--max-old-space-size=5000" && npm run grab --- --channels=sites/epgshare01.online/epgshare01.online_<TAG>.channels.xml
```
Windows (PowerShell):
```sh
$env:NODE_OPTIONS="--max-old-space-size=5000"; npm run grab --- --channels=sites/epgshare01.online/epgshare01.online_<TAG>.channels.xml
```
Linux and macOS:
```sh
NODE_OPTIONS=--max-old-space-size=5000 npm run grab --- --channels=sites/epgshare01.online/epgshare01.online_<TAG>.channels.xml
```
### Update channel list