From bd6aa57813af88534ed5b782c240d05ee008c5dd Mon Sep 17 00:00:00 2001 From: Brett Hardin Date: Tue, 11 Nov 2014 10:46:32 -0800 Subject: [PATCH] Fixing the link to the install script --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 09cff2135..fc8a25958 100644 --- a/README.textile +++ b/README.textile @@ -30,7 +30,7 @@ The default location is @~/.oh-my-zsh@ (hidden in your home directory). You can change the install directory with the @ZSH@ environment variable, either by running @export ZSH=/your/path@ before installing, or by setting it before the end of the install pipeline like this: -@curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | ZSH=~/.dotfiles/zsh sh@ +@curl -L http://install.ohmyz.sh | ZSH=~/.dotfiles/zsh sh@ h3. The manual way