From 2fa87f1fe8f6e3172281472c5bff89d1455d3474 Mon Sep 17 00:00:00 2001 From: Steven Hobs <47906512+stevenhobs@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:57:39 +0800 Subject: [PATCH] Fix clone command syntax in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d71259..e36ffd3 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 @@ -58,4 +58,4 @@ zsh ~/.lazyzsh/x_add_cli.zsh - bottom - fd - bat -- aichat \ No newline at end of file +- aichat