pull/189/head
xiaojunnuo 2024-09-05 16:18:42 +08:00
parent 0669835d4e
commit 14b108f09e
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ git clone https://github.com/certd/certd
#进入项目目录
cd certd
# 切换到最新的版本tagmain分支可能不稳定
checkout tags/vx.x.x # x.x.x为最新的版本号
# 安装依赖
npm install -g pnpm@8.15.7
pnpm install