Update README.md

This commit is contained in:
LinuxGogley 2016-11-27 20:55:30 -08:00 committed by GitHub
commit 6e5fedce21

View file

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