This commit is contained in:
bgme 2025-04-21 13:51:18 +08:00
commit aaf389e150

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# BGME openwrt feed
## 适用版本
openwrt snapshot
## 使用方法
在 ``feeds.conf`` 文件中添加如下行:
```
src-git bgme https://git.bgme.bid/bgme/openwrt-bgme-feed.git
```
再次更新 feeds 即可。
```
./scripts/feeds update -a
./scripts/feeds install -a
```