From ae5a2bcd457bd2bbc767138c820b08a781153867 Mon Sep 17 00:00:00 2001 From: AaronYES <105576821+AaronYES@users.noreply.github.com> Date: Sun, 5 Jun 2022 13:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=9C=8F=EF=B8=8F=20Modify=20the=20README.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e6283b..ae9bd8d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ This tool is available for CentOS/Debian/Ubuntu clients for some of your own nee ## Usage ~~~ -wget -O aapanel.sh https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh +wget https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh -O aapanel.sh && chmod +x aapanel.sh && clear && ./aapanel.sh +~~~ +OR +~~~ +curl -L https://raw.githubusercontent.com/AaronYES/aaPanel/main/script/aapanel.sh -o aapanel.sh && chmod +x aapanel.sh && ./aapane.sh ~~~