From e927e86d327a777e21f8f5f63c7d4c63821b5315 Mon Sep 17 00:00:00 2001
From: yan <yan@pritzker.ws>
Date: Thu, 26 Apr 2012 23:25:01 -0700
Subject: [PATCH] Updated readme with new instructions for OMZ

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 120384b..9637633 100644
--- a/README.md
+++ b/README.md
@@ -102,11 +102,15 @@ sudo mv /usr/bin/ctags /usr/bin/ctags_original
 
 ### [oh-my-zsh](https://github.com/sorin-ionescu/oh-my-zsh)
 
-Follow instructions here: [oh-my-zsh](https://github.com/sorin-ionescu/oh-my-zsh)
+`git clone https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zsh`
+`cd ~/.oh-my-zsh && git submodule update --init --recursive`
 
 We prefer the @sorin-ionescu rewrite of Oh My Zsh. It will eventually be shipped
 as a submodule of YADR, although you can use the original @robbyrussell version as well.
 
+You only need to do the two commands above. The rest of the installation is done
+by YADR, which ships with a tie-in to sorin's OMZ.
+
 ### [fasd](https://github.com/clvv/fasd)
 
 fasd gives you handy shell commands `f`,`a`,`s`,`d`, and `z` to jump to recently used files.