pull/243/head
xiaojunnuo 2024-11-04 11:58:44 +08:00
parent e6ab0b6864
commit cbe3498125
1 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@
```shell
# 克隆代码
git clone https://github.com/certd/certd
git clone https://github.com/certd/certd --depth=1
#进入项目目录
cd certd
# 切换到最新版本代码
git checkout v1.26.7 # 这里换成最新版本号
# 切换到最新版本代码【如果v2分支无法编译请尝试切换到最新版tag】
# git checkout v1.27.0 # 这里换成最新版本号
```