Update README.md

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

View File

@ -35,12 +35,23 @@ You can checkout branch 18.06 for OpenWRT 18.06 or lean 19.07.
## How to build ## How to build
Enter in your openwrt/package/lean or other Enter in your openwrt/package/lean or other
####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
```
####Openwrt SnapShots
```
cd openwrt/package
git clone https://github.com/jerrykuku/luci-theme-argon.git git clone 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 make -j1 V=s
``` ```
## Install ## Install
### For Lean openwrt ### For Lean openwrt
``` ```