Update README.md
This commit is contained in:
parent
9e066d5581
commit
9638d28877
17
README.md
17
README.md
@ -35,12 +35,23 @@ You can checkout branch 18.06 for OpenWRT 18.06 or lean 19.07.
|
||||
## How to build
|
||||
|
||||
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
|
||||
```
|
||||
git clone https://github.com/jerrykuku/luci-theme-argon.git
|
||||
make menuconfig #choose LUCI->Theme->Luci-theme-argon
|
||||
make -j1 V=s
|
||||
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
|
||||
```
|
||||
|
||||
## Install
|
||||
### For Lean openwrt
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user