diff options
author | Robby Russell <robby@planetargon.com> | 2015-02-19 12:05:11 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-02-19 12:05:11 -0800 |
commit | 9bf19603d303b43b85dc000a7dbf7461ebdcb8fd (patch) | |
tree | e48f8bfea1b5f40fbfae0e6b3c01ea0e9073610a /README.textile | |
parent | 223197b4e0cf989f380d02ff326afc6371663d30 (diff) | |
parent | 152a751342d678a90dd8597e512c1d07f72e9477 (diff) | |
download | zsh-9bf19603d303b43b85dc000a7dbf7461ebdcb8fd.tar.gz zsh-9bf19603d303b43b85dc000a7dbf7461ebdcb8fd.tar.bz2 zsh-9bf19603d303b43b85dc000a7dbf7461ebdcb8fd.zip |
Merge pull request #3607 from mcornella/drop-insecure-url
Revert usage of install.ohmyz.sh URL, until HTTPS support.
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 09cff2135..d09e6b4bd 100644 --- a/README.textile +++ b/README.textile @@ -18,11 +18,11 @@ You can install this via the command-line with either @curl@ or @wget@. h4. via @curl@: -@curl -L http://install.ohmyz.sh | sh@ +@curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh@ h4. via @wget@: -@wget --no-check-certificate http://install.ohmyz.sh -O - | sh@ +@wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh@ h4. *Optionally*, change the install directory: |