From 0e60408a66ccd27f2d5594899bf310ed78b6673c Mon Sep 17 00:00:00 2001 From: zhaoxiang Date: Fri, 12 Jun 2020 10:16:12 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E4=BC=98=E5=8C=96=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91ca650..f70e508 100644 --- a/README.md +++ b/README.md @@ -21,22 +21,22 @@ composer create-project apiadmin/apiadmin4 你也可以:先获取基础代码 git clone https://gitee.com/apiadmin/ApiAdmin.git 再使用composer安装 composer install ``` -> 第二步:检测环境以及配置数据库,同时完成数据库迁移 +> 第二步:检测环境以及配置数据库 ``` php think apiadmin:install --db mysql://root:123456@127.0.0.1:3306/apiadmin#utf8mb4 ``` -> 第三步:构建后端路由 +> 第三步:完成数据迁移 ``` -php think apiadmin:adminRouter +php think migrate:run ``` > 第四步:构建后端路由 ``` -php think migrate:run +php think apiadmin:adminRouter ``` > 第五步:获取管理后台账号密码