From 9638d288773e1d5db1b736008bfb7124ea7ba9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E7=AB=AD=E5=8A=9B?= Date: Sun, 9 Feb 2020 22:19:40 +0800 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a311e1d..8abb8d8 100644 --- a/README.md +++ b/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 ```