| ... | ... |
@@ -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 |