diff options
author | Robby Russell <robby@planetargon.com> | 2015-02-21 16:19:22 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-02-21 16:19:22 -0800 |
commit | a1de65e3595c9bc3438b98d9ca671c2890a4b613 (patch) | |
tree | 8f77c5232a5d5ebdda72c20f24be204a27eca565 | |
parent | 5cd31822c72964b19b6c1938694697726b2ac3b9 (diff) | |
download | zsh-a1de65e3595c9bc3438b98d9ca671c2890a4b613.tar.gz zsh-a1de65e3595c9bc3438b98d9ca671c2890a4b613.tar.bz2 zsh-a1de65e3595c9bc3438b98d9ca671c2890a4b613.zip |
Removing --no-check-certificate from README
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 8fa0de46b..25bcdbe6e 100644 --- a/README.markdown +++ b/README.markdown @@ -29,7 +29,7 @@ Oh My Zsh is installed by running one of the following commands in your terminal #### via wget -`wget --no-check-certificate https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh` +`wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh` ## Using Oh My Zsh |