From 06608fa20c4342b9586674c4bb151745b2a1a37a Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:09:58 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1ea493d..2970ba1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # gl-inet-onescript This script is specifically designed for GL-iNet routers to quickly install essential system software. Even if the user resets the system, there is no need to worry because this script can complete complex and tedious tasks with a single click. +# How To Use +Static Badge + +``` +wget -O /tmp/drive-gl-inet.sh https://ghproxy.com/https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/drive-gl-inet.sh && chmod +x /tmp/drive-gl-inet.sh && /tmp/drive-gl-inet.sh + + +```