From 9cac8cad638e3737714ebde07659e9f32cbb491d Mon Sep 17 00:00:00 2001 From: "github.token" Date: Fri, 9 Mar 2012 10:12:58 -0500 Subject: [PATCH] Updated README.txt to reflect fork --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index bf6776665..063917da3 100644 --- a/README.textile +++ b/README.textile @@ -12,11 +12,11 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@ +@curl -L https://github.com/zyce/oh-my-zsh/raw/master/tools/install.sh | sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ +@wget --no-check-certificate https://github.com/zyce/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ h3. The manual way