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