diff --git a/README.md b/README.md index 13f0847..2a76f12 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Glacier is the package manager developed for Everest Linux. It fetches packages Install Glacier by pasting the following command into your terminal: ``` -rm -rf /tmp/glacier && cd /tmp && git clone https://github.com/everest-linux/glacier && +rm -rf /tmp/glacier && cd /tmp && git clone https://git.everestlinux.org/EverestLinux/glacier && cd glacier/install && chmod +x INSTALL-GLACIER.sh && sudo ./INSTALL-GLACIER.sh || doas ./INSTALL-GLACIER.sh ``` For Glacier to work properly, you need to have both wget and tar installed.