1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 20:30:28 +00:00

fixed wget command in readme

github uses a wildcard certificate which is not accepted by wget
This commit is contained in:
Simon Elsbrock 2011-03-24 09:47:48 +01:00
parent 2a8a861ac3
commit 91911bf3b9

View File

@ -8,7 +8,7 @@ h2. Setup
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