chore: linux 网络测试命令验证

This commit is contained in:
xiaojunnuo
2025-09-30 18:01:49 +00:00
parent 2bef608e07
commit b364313297
10 changed files with 304 additions and 463 deletions

View File

@@ -11,9 +11,12 @@
git clone https://github.com/certd/certd --depth=1
# git checkout v1.x.x # 当v2主干分支代码无法正常启动时可以尝试此命令1.x.x换成最新版本号
cd certd
# 启动服务
./start.sh
```
>如果是windows请先安装`git for windows` ,然后右键,选择`open git bash here`打开终端,再执行`./start.sh`命令