fix: 修复README中克隆代码路径错误的问题

This commit is contained in:
Yichao.Deng 2024-02-23 17:06:37 +08:00
parent 4b705ba42b
commit 727fba9270
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ fork自 oh my zsh更纯净 更快速
```shell
# 找一个地方clone本仓库 例如 ~/.config
mkdir -p ~/.config
git clone https://github.com/yaocccc/omz ~/.config
git clone https://github.com/yaocccc/omz ~/.config/omz
# 在你的zsh配置里 source ~/.config/omz/omz.zsh (举例)
echo "source ~/.config/omz/omz.zsh" >> ~/.zshrc