summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2016-03-24 23:34:41 +0100
committerMarc Cornellà <marc.cornella@live.com>2016-03-24 23:34:41 +0100
commit186f009ecc2362bb8c44eacfdd0adaa27f6b866a (patch)
tree4b49616525c88da7a685b254e3b3794ba2fff15c /README.markdown
parent2cc5976d26eb4a62d8f067e752ec4a0acc918621 (diff)
downloadzsh-186f009ecc2362bb8c44eacfdd0adaa27f6b866a.tar.gz
zsh-186f009ecc2362bb8c44eacfdd0adaa27f6b866a.tar.bz2
zsh-186f009ecc2362bb8c44eacfdd0adaa27f6b866a.zip
Update README.markdown
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index ca18bc9ba..0cbea72c9 100644
--- a/README.markdown
+++ b/README.markdown
@@ -104,7 +104,7 @@ The default location is `~/.oh-my-zsh` (hidden in your home directory)
If you'd like to change the install directory with the `ZSH` environment variable, either by running `export ZSH=/your/path` before installing, or by setting it before the end of the install pipeline like this:
```shell
-export ZSH="$HOME/.dotfiles/oh-my-zsh"; sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
+export ZSH="$HOME/.dotfiles/oh-my-zsh"; sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
```
#### Manual Installation