fix install from my github

This commit is contained in:
lovvvve 2015-12-05 11:41:45 +08:00
commit 7d176be96a
2 changed files with 3 additions and 3 deletions

View file

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