Merge pull request #7 from YichaoDeng/fix_readme

fix: 修复README中克隆代码路径错误的问题
This commit is contained in:
chenyc 2024-02-24 03:22:06 +08:00 committed by GitHub
commit 013333420f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

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