From c4b73bdf28eda4f359eeb6722a71228d0ccb5ce7 Mon Sep 17 00:00:00 2001 From: jerryk Date: Thu, 6 Feb 2020 17:10:01 +0800 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3513a97..098aa5e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,11 @@ Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Ar The old version is still in another branch call old. If you need that you can checkout that branch. ## Notice -Adapt to official 19.07 stable version (not snapshot) LuCI openwrt-19.07 branch (git-20.006.26738-35aa527). -You can checkout branch 18.06 for OpenWRT 18.06 +v2.01 Adapt to official 19.07 stable version (not snapshot) LuCI openwrt-19.07 branch (git-20.006.26738-35aa527). + +v2.1 Adapt to official mainline snapshot. + +You can checkout branch 18.06 for OpenWRT 18.06 or lean 19.07. ## How to use @@ -18,13 +21,28 @@ git clone https://github.com/jerrykuku/luci-theme-argon.git make menuconfig #choose LUCI->Theme->Luci-theme-argon make -j1 V=s ``` -## Install +## Install +### For Lean openwrt ``` -opkg install https://github.com/jerrykuku/luci-theme-argon/releases/download/V1.3/luci-theme-argon_1.3-01-20191111_all.ipk +wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/V1.3/luci-theme-argon_1.3-01-20191111_all.ipk +opkg install luci-theme-argon_1.3-01-20191111_all.ipk ``` -## Update log 20200131 -1. New Code For OpenWRT 19.07 for test. +### For openwrt 19.07 stable LuCI branch (git-20.006.26738-35aa527) +``` +wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.01/luci-theme-argon_2.01-20200203_all.ipk +opkg install luci-theme-argon_2.01-20200203_all.ipk +``` + +### For openwrt 19.07 Snapshots LuCI master (git-20.033.77428-3d63732) +``` +wget --no-check-certificate https://github.com/jerrykuku/luci-theme-argon/releases/download/v2.1/luci-theme-argon_2.1-20200206_all.ipk +opkg install luci-theme-argon_2.1-20200206_all.ipk +``` + +## Update log 2020.02.06 +1. v2.01 Fix display error, when not set password. +2. v2.1 Adapt to official mainline snapshot. ## Screenshots ![](/Screenshots/pc1.jpg)