clarify install zsh shell

This commit is contained in:
Matt Hamilton 2015-12-19 16:53:09 -05:00
parent dcc3265987
commit c4d607826c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Installation
Installing Zim is easy. If you have a different shell framework installed (like oh-my-zsh or prezto),
uninstall those first to prevent conflicts.
1. In Zsh, clone the repository:
1. In a Zsh shell, clone the repository:
```
git clone --recursive https://github.com/Eriner/zim.git ${ZDOTDIR:-${HOME}}/.zim
```