From 7a0be72ecf920f6cfda89a916f5543195282bbaf Mon Sep 17 00:00:00 2001 From: Sean Jones Date: Wed, 5 Dec 2012 00:52:09 +0000 Subject: [PATCH] Changed URLs back to officals --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 8e847fa67..e441d51b4 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/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ +@curl -L -O https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ +@wget --no-check-certificate https://github.com/robbyrussel/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h3. The manual way