diff options
author | Puneet Goyal <pungoyal@gmail.com> | 2013-10-12 07:30:16 +0530 |
---|---|---|
committer | Puneet Goyal <pungoyal@gmail.com> | 2013-10-12 07:30:16 +0530 |
commit | 1dddec6f0f947ed80eed128033e4ebc4d4448138 (patch) | |
tree | 89b04d80f270cc519e8fbb71f1b1fc1bb36530fa | |
parent | c79e5a97a906457d1778197bd4f29640d1917201 (diff) | |
download | zsh-1dddec6f0f947ed80eed128033e4ebc4d4448138.tar.gz zsh-1dddec6f0f947ed80eed128033e4ebc4d4448138.tar.bz2 zsh-1dddec6f0f947ed80eed128033e4ebc4d4448138.zip |
removing a github redirect during install
-rw-r--r-- | README.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.textile b/README.textile index 86dd5da22..810569486 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://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@ +@curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ +@wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@ h3. The manual way |