From f0ecd8540e7832a593c73ad7e3ec5665a91a1a29 Mon Sep 17 00:00:00 2001 From: Derry Date: Sat, 1 Aug 2020 20:22:00 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e65edc3..b25768d 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ OpenAppFilter模块基于数据流深度识别技术,实现对单个app进行 ## 编译说明 1. 下载OpenWrt源码,并完成编译(OpenWrt公众号有相关教程) -> git clone https://github.com/destan19/openwrt.git +> git clone https://github.com/coolsnowwolf/lede.git +> 或 https://github.com/openwrt/openwrt.git 2. 下载应用过滤源码放到OpenWrt的package 目录 > cd package git clone https://github.com/destan19/OpenAppFilter.git