From 110c8fcd21013244b638a406236c81734faf1a05 Mon Sep 17 00:00:00 2001 From: everest Date: Tue, 10 May 2022 12:23:59 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 205dccf..c0b1e51 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Glacier is the package manager developed for Everest Linux. It fetches packages from https://github.com/everest-linux/glacier-pkgs Install Glacier by pasting the following command into your terminal: - -`rm -rf /tmp/glacier && cd /tmp && git clone https://github.com/everest-linux/glacier && -cd glacier/install && chmod +x INSTALL-GLACIER.sh && sudo ./INSTALL-GLACIER.sh` - +``` +rm -rf /tmp/glacier && cd /tmp && git clone https://github.com/everest-linux/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. Glacier depends on wget and tar for its backends. It also requires a working C compiler for source packages to work correctly. Some packages may have their own sets of dependencies. All of these are configured by default in the Everest rootfs tarball, but you may need some extra configuration to get these programs on other distros, most notably, Arch and its derivatives.