summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorSimon Elsbrock <simon@iodev.org>2011-03-24 09:47:48 +0100
committerSimon Elsbrock <simon@iodev.org>2011-03-24 09:47:48 +0100
commit2497c57976b1e5002ebecd7ffa5c35bc87ada903 (patch)
tree92036b1605b71f3dac0372c8b79ce7943375f3ea /README.textile
parent52df85440ee8ead8f17d3aa3e1fedf187162313c (diff)
downloadzsh-2497c57976b1e5002ebecd7ffa5c35bc87ada903.tar.gz
zsh-2497c57976b1e5002ebecd7ffa5c35bc87ada903.tar.bz2
zsh-2497c57976b1e5002ebecd7ffa5c35bc87ada903.zip
fixed wget command in readme
github uses a wildcard certificate which is not accepted by wget
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.textile b/README.textile
index 0659aded8..86d2652bb 100644
--- a/README.textile
+++ b/README.textile
@@ -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
@@ -66,4 +66,4 @@ I'm far from being a zsh-expert and suspect there are many ways to improve. If y
h3. Send us your theme!
-I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory. \ No newline at end of file
+I'm hoping to collect a bunch of themes for our command prompts. You can see existing ones in the @themes/@ directory.