Update README.md

This commit is contained in:
有種 2023-10-05 00:15:46 +08:00 committed by GitHub
parent 10cd21007e
commit 1b3cdb5613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 13 deletions

View File

@ -13,8 +13,6 @@
* 常用OpenWrt软件包源码合集同步上游更新
* 通用版luci适合18.06与19.07
* 关于有好的插件请在issues提交
* 感谢以上github仓库所有者
@ -47,22 +45,15 @@
#### 使用方式(三选一):
1. 先cd进package目录然后执行
#### 使用方式:
```bash
git clone https://github.com/kenzok8/small-package
sed -i '$a src-git smpackage https://github.com/kenzok8/small-package' feeds.conf.default
```
2. 或者添加下面代码到feeds.conf.default文
对于强迫症的同学有报错信息、或Lean源码编译出错的情况请尝试删除冲突的插
```bash
src-git small8 https://github.com/kenzok8/small-package
```
3. lede/下运行 或者openwrt/下运行
```bash
git clone https://github.com/kenzok8/small-package package/small-package
rm -rf feeds/smpackage/{base-files,dnsmasq,firewall*,fullconenat,libnftnl,nftables,ppp,opkg,ucl,upx,vsftpd-alt,miniupnpd-iptables,wireless-regdb}
```