Fix clone command syntax in README.md

This commit is contained in:
Steven Hobs
2025-12-17 11:57:39 +08:00
committed by GitHub
parent aeb21c5a8b
commit 2fa87f1fe8

View File

@@ -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