From 69a5f0444a81468bf76580bf6e9b9225fe208ea4 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Mon, 8 Aug 2022 22:09:41 -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 6b803f6..f718925 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ cd glacier/install && chmod +x INSTALL-GLACIER.sh && sudo ./INSTALL-GLACIER.sh | ``` For Glacier to work properly, you need to have both wget and tar installed. -Glacier depends on either wget, curl, or aria2, and tar for its backends. It also requires a working C compiler for source packages to work correctly. and a shell, such as `bash`, `zsh` (compatability with fish is not tested), etc. 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. +Glacier depends on either wget, curl, or aria2, 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. 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**.