diff options
author | Robby Russell <robby@planetargon.com> | 2014-03-12 07:52:20 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-03-12 07:52:20 -0700 |
commit | b6cbba9dfee5985232b473e94595c2fb1ab83715 (patch) | |
tree | f660c928e2d4fc46a7a2f27a1555fe67b71dcc06 /README.textile | |
parent | 86a272ef81a1094d21dfdd1d38ad20e7347f389d (diff) | |
download | zsh-b6cbba9dfee5985232b473e94595c2fb1ab83715.tar.gz zsh-b6cbba9dfee5985232b473e94595c2fb1ab83715.tar.bz2 zsh-b6cbba9dfee5985232b473e94595c2fb1ab83715.zip |
Updating README to show the new install URL, which redirects to the raw files on github.
Diffstat (limited to 'README.textile')
-rw-r--r-- | README.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.textile b/README.textile index 810569486..b80294c60 100644 --- a/README.textile +++ b/README.textile @@ -14,11 +14,11 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@ +@curl -L http://install.ohmyz.sh | sh@ h4. via `wget` -@wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@ +@wget --no-check-certificate http://install.ohmyz.sh -O - | sh@ h3. The manual way |