Update README.md

This commit is contained in:
jerryk 2020-02-06 17:10:01 +08:00 committed by GitHub
parent d7cdcb23e7
commit c4b73bdf28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. The old version is still in another branch call old. If you need that you can checkout that branch.
## Notice ## Notice
Adapt to official 19.07 stable version (not snapshot) LuCI openwrt-19.07 branch (git-20.006.26738-35aa527). v2.01 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.1 Adapt to official mainline snapshot.
You can checkout branch 18.06 for OpenWRT 18.06 or lean 19.07.
## How to use ## How to use
@ -19,12 +22,27 @@ make menuconfig #choose LUCI->Theme->Luci-theme-argon
make -j1 V=s 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 ### For openwrt 19.07 stable LuCI branch (git-20.006.26738-35aa527)
1. New Code For OpenWRT 19.07 for test. ```
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
![](/Screenshots/pc1.jpg) ![](/Screenshots/pc1.jpg)