Removing --no-check-certificate from README

This commit is contained in:
Robby Russell 2015-02-21 16:19:22 -08:00
parent 5cd31822c7
commit a1de65e359
1 changed files with 1 additions and 1 deletions

View File

@ -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