Skip to content

Commit

Permalink
Updating installation documentation to show a curl example as well fo…
Browse files Browse the repository at this point in the history
…r those who don't have wget installed.
  • Loading branch information
robbyrussell committed Dec 26, 2011
1 parent c41807c commit 480d124
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 480d124

Please sign in to comment.