mirror of
https://github.com/stevenhobs/lazyzsh.git
synced 2026-02-08 20:07:26 +00:00
Fix clone command syntax in README.md
This commit is contained in:
@@ -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
|
git clone --depth 1 "https://ghfast.top/https://github.com/stevenhobs/lazyzsh" ~/.lazyzsh
|
||||||
|
|||||||
Reference in New Issue
Block a user