✏️ Modify the README.md

This commit is contained in:
AaronYES
2022-06-05 13:59:16 +08:00
parent 2da2768726
commit ae5a2bcd45

View File

@@ -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
~~~