summaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorfred-o <fredrik.appelberg@gmail.com>2012-01-16 09:58:03 +0100
committerfred-o <fredrik.appelberg@gmail.com>2012-01-16 09:58:03 +0100
commitf5041025844a2509f42e0bb19cb8d5418340e10c (patch)
treed810a157291582707ef3c41e934830c4138fccb4 /README.textile
parente24230cbfb766320fa13fcda6c1adb60028288f4 (diff)
parent7a41498b0d4f68c537d494b5f849913361315fde (diff)
downloadzsh-f5041025844a2509f42e0bb19cb8d5418340e10c.tar.gz
zsh-f5041025844a2509f42e0bb19cb8d5418340e10c.tar.bz2
zsh-f5041025844a2509f42e0bb19cb8d5418340e10c.zip
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile8
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