From d5122b918bac6956ecdf9592ab3f4fc45e9ebfe8 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Tue, 21 Jun 2022 18:15:51 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.