Skip to content

Commit

Permalink
update@20200906
Browse files Browse the repository at this point in the history
  • Loading branch information
liuran001 committed Sep 6, 2020
1 parent 78a9f11 commit cb6fef2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
国内常用OpenWrt软件包源码合集,每天自动更新,建议使用lean源码


这里luci软件主要是18.06版本用的,不保证19.07可用
这里luci软件主要是18.06版本用的,不保证19.07可用(19.07可以使用packages-19.07分支,packages分支是18.06使用的)


暂时不支持git增量更新(会报错),下次有时间修复下(云编译可以无视)
~~暂时不支持git增量更新(会报错),下次有时间修复下(云编译可以无视)~~


建议用svn方式拉取
现在可以使用git pull来更新了


## 食用方式:
1. 先cd进package目录,然后执行(建议云编译使用这种方式)
## 食用方式(18.06)
1. 先cd进package目录,然后执行
```bash
git clone https://github.com/liuran001/openwrt-packages
```
2. 或者添加下面代码到feeds.conf.default文件(建议本地编译使用这种方式)
2. 或者添加下面代码到feeds.conf.default文件
```bash
src-git liuran001_packages https://github.com/liuran001/openwrt-packages
```
Expand All @@ -25,5 +25,5 @@
svn co https://github.com/liuran001/openwrt-packages/branches/packages
```

## 不要为了下载而Fork这个项目,而且你Fork了不修改是不能自动拉取源码的
## 不要为了下载而Fork这个项目,而且你Fork了不修改是不能自动拉取源码并推送的

0 comments on commit cb6fef2

Please sign in to comment.