diff options
author | Robby Russell <robby@planetargon.com> | 2011-12-26 10:15:35 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-12-26 10:15:35 -0800 |
commit | 480d1247b89ae089564eb0ca7d66aef989b9f5e5 (patch) | |
tree | a821dd7e2096de88c60bf5e6e89e5f6e978cbd68 | |
parent | c41807c82fa21e1fcdb18af03a428b88bf2d9673 (diff) | |
download | zsh-480d1247b89ae089564eb0ca7d66aef989b9f5e5.tar.gz zsh-480d1247b89ae089564eb0ca7d66aef989b9f5e5.tar.bz2 zsh-480d1247b89ae089564eb0ca7d66aef989b9f5e5.zip |
Updating installation documentation to show a curl example as well for those who don't have wget installed.
-rw-r--r-- | README.textile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.textile b/README.textile index 2dbfbe5a6..eca968089 100644 --- a/README.textile +++ b/README.textile @@ -8,6 +8,14 @@ h2. Setup h3. The automatic installer... (do you trust me?) +You can install this via the command line with either `curl` or `wget`. + +h4. via `curl` + +@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@ + +h4. via `wget` + @wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ h3. The manual way |