From 31fd944b9c05f35a36a49ae243e3aae231896970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=85=BE=E9=80=9F=E7=A7=91=E6=8A=80?= Date: Tue, 18 Feb 2020 10:37:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a54546b..b8835f7f 100755 --- a/README.md +++ b/README.md @@ -12,14 +12,17 @@ > 最好是使用云主机进行安装,虚拟主机有很多局限性 -> git clone -b 4.0 https://gitee.com/sentcms/sentcms.git sentcms -> cd sentcms +``` +git clone -b 4.0 https://gitee.com/sentcms/sentcms.git sentcms +cd sentcms +``` 把根目录下的.example.env文件复制一份并命名为.env -> composer install - +``` +composer install +``` 访问网址:http://网址/install