diff --git a/README.md b/README.md index c417196..cc353a6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Zsh package managers are abundant, but most are bloated, slow or have excessive Requires `git`. ``` -curl -sL --create-dirs https://gitlab.com/thornjad/zpico/-/raw/main/zpico.zsh -o $HOME/.local/lib/zpico/zpico.zsh +curl -sL --create-dirs https://raw.githubusercontent.com/thornjad/zpico/main/zpico.zsh -o $HOME/.local/lib/zpico/zpico.zsh ``` Then add `source $HOME/.local/lib/zpico/zpico.zsh` to your `.zshrc` and reload your shell. diff --git a/zpico.zsh b/zpico.zsh index f667083..f6b5952 100644 --- a/zpico.zsh +++ b/zpico.zsh @@ -71,7 +71,7 @@ _zpico_update() { _zpico_selfupdate() { if command -v curl 1>/dev/null 2>&1; then - curl -sL --create-dirs https://gitlab.com/thornjad/zpico/-/raw/main/zpico.zsh -o ${0:A} + curl -sL --create-dirs https://raw.githubusercontent.com/thornjad/zpico/main/zpico.zsh -o ${0:A} else print "selfupdate requires curl, please install curl or update zpico manually" && return 1 fi