From ad9811cd5261b9bc84d864dfe08284db7ab1426d Mon Sep 17 00:00:00 2001 From: "D. Rimron" Date: Thu, 17 Nov 2011 11:05:54 +0000 Subject: [PATCH] Updated installer for macs without wget (boo) -Dx --- README.textile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.textile b/README.textile index 361c87dd8..a78818cd1 100644 --- a/README.textile +++ b/README.textile @@ -16,6 +16,9 @@ h3. The automatic installer... (do you trust me?) Includes "SpotSpecific.theme":https://github.com/SpotSpecific/oh-my-zsh/raw/master/SpotSpecific_theme.png @wget --no-check-certificate https://github.com/SpotSpecific/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ +Or, on macos +@curl https://raw.github.com/SpotSpecific/oh-my-zsh/master/tools/install.sh| sh -@ + h3. The manual way