diff --git a/README.md b/README.md index 5498091..8761e8a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,13 @@ > EasyAdmin8 使用 Composer 来管理项目依赖。因此,在使用 EasyAdmin8 之前,请确保你的机器已经安装了 Composer。 -### 通过git下载安装包,composer安装依赖包 +### 通过一键安装命令 + +``` +if [ -f /usr/bin/curl ];then curl -sSO https://easyadmin8.top/auto-install-EasyAdmin8.sh;else wget -O auto-install-EasyAdmin8.sh https://easyadmin8.top/auto-install-EasyAdmin8.sh;fi;bash auto-install-EasyAdmin8.sh +``` + +### 通过`git`下载安装包,`composer`安装依赖包 ``` 1.下载安装包