summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Rowe <jnrowe@gmail.com>2009-11-12 14:52:53 +0800
committerRobby Russell <robby@planetargon.com>2010-06-05 23:22:57 +0800
commit3bc73012041c8762fa0276c6e02ac46fb3698a32 (patch)
tree4429d05162d024f3f6d4b7a9e9248695678c8a41
parentf9fbd079832637c192e35fe65532495a37a3e3d3 (diff)
downloadzsh-3bc73012041c8762fa0276c6e02ac46fb3698a32.tar.gz
zsh-3bc73012041c8762fa0276c6e02ac46fb3698a32.tar.bz2
zsh-3bc73012041c8762fa0276c6e02ac46fb3698a32.zip
Added a minimum zsh version note.
-rw-r--r--README.textile2
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@