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