diff options
author | Robby Russell <robby@planetargon.com> | 2009-08-30 18:36:38 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-08-30 18:36:38 -0700 |
commit | 43fd24e81fe83e9c2978e55d1d8f18bc251716f9 (patch) | |
tree | 96631c9809ac6a0883696565eedbbca896722b6e /README.textile | |
parent | 71769107dbff230ec7607368f50f9ff93b88b581 (diff) | |
download | zsh-43fd24e81fe83e9c2978e55d1d8f18bc251716f9.tar.gz zsh-43fd24e81fe83e9c2978e55d1d8f18bc251716f9.tar.bz2 zsh-43fd24e81fe83e9c2978e55d1d8f18bc251716f9.zip |
Updating README with reference to auto-installer
Diffstat (limited to 'README.textile')
-rw-r--r-- | README.textile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.textile b/README.textile index 6cba37098..4a52a1d18 100644 --- a/README.textile +++ b/README.textile @@ -4,6 +4,13 @@ bq. "OH MY ZSHELL!" h2. Setup +h3. The automatic installer... (do you trust me?) + +@wget http://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ + +h3. The manual way + + 1. Clone the repository @git clone git://github.com/robbyrussell/oh-my-zsh.git@ |