22 lines
283 B
Markdown
22 lines
283 B
Markdown
# 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
|
|
```
|
|
|