Fix Readme Install

This commit is contained in:
Ahir Reddy 2019-03-18 14:58:56 -07:00 committed by GitHub
commit 44ec759edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,13 +26,13 @@ Oh My Zsh is installed by running one of the following commands in your terminal
#### via curl
```shell
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sh -c "$(curl -fsSL https://raw.github.com/ahirreddy/oh-my-zsh/master/tools/install.sh)"
```
#### via wget
```shell
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
sh -c "$(wget https://raw.github.com/ahirreddy/oh-my-zsh/master/tools/install.sh -O -)"
```
## Using Oh My Zsh