Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
Updating the install instructions as proposed in: ohmyzsh#3516 (comment)
  • Loading branch information
diraol authored and ncanceill committed May 12, 2015
1 parent 00dfcc6 commit 8b89edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Oh My Zsh is installed by running one of the following commands in your terminal

#### via curl

`curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh`
`sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"`

#### via wget

`wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh`
`sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"`

## Using Oh My Zsh

Expand Down

0 comments on commit 8b89edf

Please sign in to comment.