From c4d607826ca6c89cc2e7efd1f0eaa8bab00ceb1f Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Sat, 19 Dec 2015 16:53:09 -0500 Subject: [PATCH] clarify install zsh shell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5e8cf8..a0b6f9e 100644 --- a/README.md +++ b/README.md @@ -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 ```