From 84636aec8ac75521056b4930fb2f1537a4650d4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E7=AB=AD=E5=8A=9B?= Date: Sun, 9 Feb 2020 22:19:59 +0800 Subject: [PATCH] Update README_ZH.md --- README_ZH.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README_ZH.md b/README_ZH.md index b1b6216..34ddc92 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -32,12 +32,21 @@ v1.3 适配18.06 和 Lean Openwrt [如果你是lean代码 请选择这个版本] ## 如何使用 进入 openwrt/package/lean 或者其他目录 +####Lean lede +``` +cd lede/package/lean +rm -rf luci-theme-argon +git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git +make menuconfig #choose LUCI->Theme->Luci-theme-argon +make -j1 V=s ``` -git clone https://github.com/jerrykuku/luci-theme-argon.git -make menuconfig #choose LUCI->Theme->Luci-theme-argon - -make -j1 V=s +####Openwrt SnapShots +``` +cd openwrt/package +git clone https://github.com/jerrykuku/luci-theme-argon.git +make menuconfig #choose LUCI->Theme->Luci-theme-argon +make -j1 V=s ``` ## 安装 ### For Lean openwrt