Browse code

Added a minimum zsh version note.

James Rowe authored on 12/11/2009 at 06:52:53
Showing 1 changed files
... ...
@@ -4,6 +4,8 @@ bq. "OH MY ZSHELL!"
4 4
 
5 5
 h2. Setup
6 6
 
7
+@oh-my-zsh@ should work with any recent release of "zsh":http://www.zsh.org/, the minimum recommended version is 4.3.9.
8
+
7 9
 h3. The automatic installer... (do you trust me?)
8 10
 
9 11
 @wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@