pull/68/head
xiaojunnuo 2024-04-15 13:53:05 +08:00
parent fe2ca6bed3
commit a1344245cd
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,11 @@
安装依赖包:
```shell
# 设置环境变量
npm config set node_sqlite3_binary_host_mirror "https://registry.npmmirror.com/-/binary/sqlite3"
cd certd
# 安装依赖
pnpm install
```