Browse code

fixed wget command in readme

github uses a wildcard certificate which is not accepted by wget

Simon Elsbrock authored on 24/03/2011 at 08:47:48
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@ h2. Setup
8 8
 
9 9
 h3. The automatic installer... (do you trust me?)
10 10
 
11
-@wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
11
+@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
12 12
 
13 13
 h3. The manual way
14 14
 
... ...
@@ -66,4 +66,4 @@ I'm far from being a zsh-expert and suspect there are many ways to improve. If y
66 66
 
67 67
 h3. Send us your theme!
68 68
 
69
-I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.
70 69
\ No newline at end of file
70
+I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.