Update README.md

This commit is contained in:
everest 2022-03-30 12:34:29 +00:00 committed by GitHub
parent afeddfdeda
commit fea857a8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**.