summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2013-12-03 00:18:44 -0800
committerRobby Russell <robby@planetargon.com>2013-12-03 00:18:44 -0800
commit7d1b668f41e617d8ca4b5ef399d5639a08dc6edd (patch)
treedca3e517e84551454b9133a8b815b4047b7a5108
parentf0a7adcd3d40d0d760d298db749b1f70bb3aeeee (diff)
parent1dddec6f0f947ed80eed128033e4ebc4d4448138 (diff)
downloadzsh-7d1b668f41e617d8ca4b5ef399d5639a08dc6edd.tar.gz
zsh-7d1b668f41e617d8ca4b5ef399d5639a08dc6edd.tar.bz2
zsh-7d1b668f41e617d8ca4b5ef399d5639a08dc6edd.zip
Merge pull request #2159 from pungoyal/master
removing a github redirect during install
-rw-r--r--README.textile4
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