From a3f56be2b4f29ee1a73f4f6d2358d335015060ab Mon Sep 17 00:00:00 2001 From: Sean Jones Date: Wed, 5 Dec 2012 00:22:32 +0000 Subject: [PATCH] Changed URLs to work from my fork --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index ac94218f2..8e847fa67 100644 --- a/README.textile +++ b/README.textile @@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L -O https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ +@curl -L -O https://github.com/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ +@wget --no-check-certificate https://github.com/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h3. The manual way