Merge pull request #7 from YichaoDeng/fix_readme
fix: 修复README中克隆代码路径错误的问题
This commit is contained in:
commit
013333420f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue