提交 8ac1859f 编写于 作者: M Marc Cornellà

Update GitHub download URLs in README

From `raw.github.com' to `raw.githubusercontent.com'

Fixes #4933
上级 83cf8dc1
...@@ -26,13 +26,13 @@ Oh My Zsh is installed by running one of the following commands in your terminal ...@@ -26,13 +26,13 @@ Oh My Zsh is installed by running one of the following commands in your terminal
#### via curl #### via curl
```shell ```shell
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
``` ```
#### via wget #### via wget
```shell ```shell
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
``` ```
## Using Oh My Zsh ## Using Oh My Zsh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册