From fea857a8e52ba5ae8102694e6b697a172f5c96b1 Mon Sep 17 00:00:00 2001 From: everest Date: Wed, 30 Mar 2022 12:34:29 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d3b93c..e0c1555 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,8 @@ # Glacier Glacier is the package manager developed for Everest Linux. It fetches packages from https://github.com/everest-linux/glacier-pkgs -For Glacier to work properly, it needs the following directories to be made: +For Glacier to work properly, you need to have both wget and tar installed. - `/etc/glacier/pkginfo` - 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. Glacier is intended to be a universal package manager, and should work on all distros, providing you have wget and tar installed. For the sake of compatibility, all scripts submitted should contain **NON DISTRO SPECIFIC COMMANDS**.