Update README.md

This commit is contained in:
starry
2025-11-18 18:47:49 +08:00
committed by GitHub
parent 22c46475a9
commit 9e5898b581

View File

@@ -6,4 +6,9 @@
- 内置软件包修改:`build.sh` - 内置软件包修改:`build.sh`
- 镜像版本修改:`docker-run.sh`,选择符合自己设备的系统架构。 - 镜像版本修改:`docker-run.sh`,选择符合自己设备的系统架构。
### 安装istore商店只支持 x86_64 和 arm64
```
curl -sSL -O https://gh-proxy.com/https://raw.githubusercontent.com/sky22333/shell/main/openwrt/sh/istore.sh && chmod +x istore.sh && ./istore.sh
```