From 0669835d4ee1adf3e60e06eb5bef9a9829d0eb31 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 5 Sep 2024 16:11:03 +0800 Subject: [PATCH 1/2] chore: --- plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.md b/plugin.md index f42b96ec..e7c0bbe4 100644 --- a/plugin.md +++ b/plugin.md @@ -16,7 +16,7 @@ npm install -g pnpm@8.15.7 pnpm install # 初始化构建 -lerna run build +npm run init ``` 启动 server: From 14b108f09ee7aa70c0a08698ab2349703cf51413 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 5 Sep 2024 16:18:42 +0800 Subject: [PATCH 2/2] chore: --- plugin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin.md b/plugin.md index e7c0bbe4..60bb555e 100644 --- a/plugin.md +++ b/plugin.md @@ -11,6 +11,9 @@ git clone https://github.com/certd/certd #进入项目目录 cd certd +# 切换到最新的版本tag,main分支可能不稳定 +checkout tags/vx.x.x # x.x.x为最新的版本号 + # 安装依赖 npm install -g pnpm@8.15.7 pnpm install