From 7b561684cca24be2925544d6f958d89751143d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E8=BE=B0=E5=A4=A7=E6=B5=B7?= Date: Wed, 28 Jun 2023 02:47:45 +0000 Subject: [PATCH] update docs/install.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 星辰大海 --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index a617ac5..d431cd6 100644 --- a/docs/install.md +++ b/docs/install.md @@ -77,10 +77,10 @@ flask admin init ```shell # linux -run.bat +./run.sh # windows -./run.sh +run.bat ``` #### 使用docker-compose运行项目 -- Gitee