Update README.md
This commit is contained in:
parent
9e066d5581
commit
9638d28877
13
README.md
13
README.md
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user