From 757bafa8d2144f4efbcf1585f403fc4823f8289c Mon Sep 17 00:00:00 2001 From: z601350993 <601350993@qq.com> Date: Sat, 15 Jul 2023 22:51:23 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/install.md.docs=20####=20?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E9=A1=B9=E7=9B=AE=20windows=20=E5=92=8C=20li?= =?UTF-8?q?nux=20=E5=86=99=E5=8F=8D=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: z601350993 <601350993@qq.com> --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index a617ac5..398dba4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -76,10 +76,10 @@ flask admin init #### 运行项目 ```shell -# linux +# windows run.bat -# windows +# linux ./run.sh ``` -- Gitee