fixed wget command in readme

github uses a wildcard certificate which is not accepted by wget
master
Simon Elsbrock 16 years ago
parent 52df85440e
commit 2497c57976
  1. 2
      README.textile

@ -8,7 +8,7 @@ h2. Setup
h3. The automatic installer... (do you trust me?) h3. The automatic installer... (do you trust me?)
@wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ @wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
h3. The manual way h3. The manual way

Loading…
Cancel
Save