From c7f7ca9af7b2c0606397787c014c6a9b0c43c247 Mon Sep 17 00:00:00 2001 From: wolfcode <37436228+wolf-leo@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:00:48 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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.下载安装包