Browse code

Updating installation documentation to show a curl example as well for those who don't have wget installed.

Robby Russell authored on 26/12/2011 at 18:15:35
Showing 1 changed files
... ...
@@ -8,6 +8,14 @@ h2. Setup
8 8
 
9 9
 h3. The automatic installer... (do you trust me?)
10 10
 
11
+You can install this via the command line with either `curl` or `wget`.
12
+
13
+h4. via `curl`
14
+
15
+@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@
16
+
17
+h4. via `wget`
18
+
11 19
 @wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@
12 20
 
13 21
 h3. The manual way