fix: 修复readme错误

This commit is contained in:
chenyc 2023-04-06 17:42:48 +08:00
parent d131a1f7a4
commit abe9ca81b4
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ fork自 oh my zsh更纯净 更快速
```shell
# 找一个地方clone本仓库 例如 ~/.config
git clone https://github.com/yaocccc/omz
git clone https://github.com/yaocccc/omz ~/.config
# 在你的zsh配置里 source ~/.config/omz/omz.zsh (举例)
echo "source ~/config/omz/omz.zsh" >> $ZSH/init.zsh
echo "source ~/.config/omz/omz.zsh" >> ~/.zshrc
# 请务必安装fzf和lua 依赖
```