From 2df34b663db3d8dcc5392bc4eb104d0d1f9d3706 Mon Sep 17 00:00:00 2001 From: everest Date: Wed, 1 Jun 2022 14:03:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32d84e6..850db54 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Glacier depends on wget and tar for its backends. It also requires a working C c 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**. +Glacier features both apt-like and pacman-like syntax (`glacier install` or `glacier -f`) + # Submitting Packages Packages should be submitted by sending a pull request to https://github.com/everest-linux/glacier-pkgs, with your package in the proper testing repository (if its system software, world-testing, if its gpl software, galaxy-testing, etc). A maintainer will test the package to make sure it downloads correctly.