Update README_ZH.md

This commit is contained in:
老竭力 2020-02-09 22:19:59 +08:00 committed by GitHub
parent 9638d28877
commit 84636aec8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,11 +32,20 @@ v1.3 适配18.06 和 Lean Openwrt [如果你是lean代码 请选择这个版本]
## 如何使用 ## 如何使用
进入 openwrt/package/lean 或者其他目录 进入 openwrt/package/lean 或者其他目录
####Lean lede
``` ```
git clone https://github.com/jerrykuku/luci-theme-argon.git 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 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 make -j1 V=s
``` ```
## 安装 ## 安装