From feb578881f1f0ae8a37688b18bf90e27e04e5f05 Mon Sep 17 00:00:00 2001 From: Sean Jones Date: Tue, 29 Jan 2013 11:52:54 +0000 Subject: [PATCH] Changed links for installer to My github --- README.textile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.textile b/README.textile index e441d51b4..eeba6fceb 100644 --- a/README.textile +++ b/README.textile @@ -13,18 +13,18 @@ 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 https://github.com/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh | sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussel/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 -O - | sh@ h3. The manual way 1. Clone the repository - @git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh@ + @git clone git://github.com/NeuralSandwich/oh-my-zsh.git ~/.oh-my-zsh@ 2. *OPTIONAL* Backup your existing ~/.zshrc file @@ -50,7 +50,7 @@ h2. Usage * enable the plugins you want in your @~/.zshrc@ (take a look at @plugins/@ to see what's possible) ** example: @plugins=(git osx ruby)@ * Theme support: Change the @ZSH_THEME@ environment variable in @~/.zshrc@. -** Take a look at the "current themes":https://wiki.github.com/robbyrussell/oh-my-zsh/themes that come bundled with _Oh My Zsh_. +** Take a look at the "current themes":https://wiki.github.com/NeuralSandwich/oh-my-zsh/themes that come bundled with _Oh My Zsh_. * much much more... take a look at @lib/@ what _Oh My Zsh_ offers... h2. Useful @@ -84,6 +84,6 @@ h2. Contributors This project wouldn't exist without all of our awesome users and contributors. -* "View our growing list of contributors":https://github.com/robbyrussell/oh-my-zsh/contributors +* "View our growing list of contributors":https://github.com/NeuralSandwich/oh-my-zsh/contributors Thank you so much!