Update README.md

This commit is contained in:
有種 2021-09-07 23:00:39 +08:00 committed by GitHub
parent 22f65b9618
commit 5e7008c5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
* 关于指定19.07分支下载示例:
```bash
git clone -b 19.07 https://github.com/kenzok78/small-package
git clone -b 19.07 https://github.com/kenzok8/small-package
```
* lean源码用18.06分支
@ -59,17 +59,17 @@
1. 先cd进package目录然后执行
```bash
git clone https://github.com/kenzok78/small-package
git clone https://github.com/kenzok8/small-package
```
2. 或者添加下面代码到feeds.conf.default文件
```bash
src-git small8 https://github.com/kenzok78/small-package
src-git small8 https://github.com/kenzok8/small-package
```
3. lede/下运行 或者openwrt/下运行
```bash
git clone https://github.com/kenzok78/small-package package/small-package
git clone https://github.com/kenzok8/small-package package/small-package
```