添加 README.md

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
2026-01-19 17:40:20 +08:00
parent 9e52acea86
commit 1214836b66

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# 科学插件每日自动同步
```shell
# 移除 openwrt feeds 自带的核心包
rm -rf feeds/packages/net/{xray-core,v2ray-core,v2ray-geodata,sing-box}
git clone https://gitea.kejizero.xyz/zhao/openwrt_helloworld package/helloworld
# 更新 golang 1.23 版本
rm -rf feeds/packages/lang/golang
git clone https://gitea.kejizero.xyz/zhao/packages_lang_golang -b 25.x feeds/packages/lang/golang
```