From 9f2625c0bf43d992f72a7c2eed694a6e4d21bcdc Mon Sep 17 00:00:00 2001 From: Steven Hobs <47906512+stevenhobs@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:35:44 +0800 Subject: [PATCH] fix git clone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34b6343..c2d8c84 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ lazyzsh 的目录为 `~/.lazyzsh/` ``` #克隆代码 -git clone --depth 1 "https://github.com/stevenhobs/lazyzsh ~/.lazyzsh" +git clone --depth 1 "https://github.com/stevenhobs/lazyzsh" ~/.lazyzsh #镜像站克隆代码(如果克隆失败) git clone --depth 1 "https://ghfast.top/https://github.com/stevenhobs/lazyzsh" ~/.lazyzsh