diff options
author | James Rowe <jnrowe@gmail.com> | 2009-11-12 14:52:53 +0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-06-05 23:22:57 +0800 |
commit | 3bc73012041c8762fa0276c6e02ac46fb3698a32 (patch) | |
tree | 4429d05162d024f3f6d4b7a9e9248695678c8a41 | |
parent | f9fbd079832637c192e35fe65532495a37a3e3d3 (diff) | |
download | zsh-3bc73012041c8762fa0276c6e02ac46fb3698a32.tar.gz zsh-3bc73012041c8762fa0276c6e02ac46fb3698a32.tar.bz2 zsh-3bc73012041c8762fa0276c6e02ac46fb3698a32.zip |
Added a minimum zsh version note.
-rw-r--r-- | README.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.textile b/README.textile index 950f8861b..23d8b5390 100644 --- a/README.textile +++ b/README.textile @@ -4,6 +4,8 @@ bq. "OH MY ZSHELL!" h2. Setup +@oh-my-zsh@ should work with any recent release of "zsh":http://www.zsh.org/, the minimum recommended version is 4.3.9. + h3. The automatic installer... (do you trust me?) @wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ |