diff --git a/README.md b/README.md index 763ec12..5ce8e31 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ myzsh is basically my personal zsh config including a couple of features i fancy ###installation ```bash -wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh; \ +wget https://raw.github.com/beyondthewall/myzsh/master/install.sh; \ chmod +x install.sh; ./install.sh; rm install.sh ```