From f9c391d33d9916a7bf31a9d317e80b5cf55520a9 Mon Sep 17 00:00:00 2001 From: JIeJaitt <498938874@qq.com> Date: Mon, 17 Mar 2025 16:17:59 +0800 Subject: [PATCH] fix: update clone command in README.ZH.md to use --- README.ZH.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.ZH.md b/README.ZH.md index 491ca52..3b996ae 100644 --- a/README.ZH.md +++ b/README.ZH.md @@ -47,7 +47,10 @@ go install github.com/toheart/goanalysis@v1.1.0 ### 基本使用 1. 准备测试项目: ```bash -git clone github.com/toheart/goanalysis.git +git clone https://github.com/toheart/goanalysis.git + +# or +git clone git@github.com:toheart/goanalysis.git ``` 2. 执行代码重写: