From f84d4e79019629c6b9044128fb0362c0ad7a57da Mon Sep 17 00:00:00 2001 From: zzzhrookie Date: Tue, 27 Feb 2024 23:21:32 +0800 Subject: [PATCH] docs(chore): update command for developing docs --- docs/docs/participate/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/participate/index.md b/docs/docs/participate/index.md index e09f2ddad..7f6452fb1 100644 --- a/docs/docs/participate/index.md +++ b/docs/docs/participate/index.md @@ -70,7 +70,7 @@ npm start 在 lowcode-engine 目录下执行下面命令 ``` cd docs - +npm install npm start ```