Update README_ZH.md
This commit is contained in:
parent
9638d28877
commit
84636aec8a
13
README_ZH.md
13
README_ZH.md
@ -32,11 +32,20 @@ v1.3 适配18.06 和 Lean Openwrt [如果你是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 -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
|
||||
```
|
||||
## 安装
|
||||
|
Loading…
x
Reference in New Issue
Block a user