From a1de65e3595c9bc3438b98d9ca671c2890a4b613 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Sat, 21 Feb 2015 16:19:22 -0800 Subject: [PATCH] Removing --no-check-certificate from README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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