diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-11 06:02:23 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-11 06:02:23 +0000 |
commit | 76d5c7cd03721d83a581cbc4064c6763d7464f56 (patch) | |
tree | df7ff279784d83ad0dad93d85bb9258fc0b8efe4 | |
parent | b9706223726d1b0d715681f9efe98954c9321884 (diff) | |
download | cpt-76d5c7cd03721d83a581cbc4064c6763d7464f56.tar.gz |
docs: update
FossilOrigin-Name: 31f1c88be7e36a96f232bad47577f11f6a87a574277dcf270561001c18d80ec4
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ Tiny and straightforward package manager for KISS written in POSIX `sh`. - Only 500~ lines of POSIX `sh` (*excluding blank lines and comments*). - Runtime dependency detection. - Incremental package installation. +- Fast dependency solver. +- File conflict detection. - Binary stripping. - `shellcheck` compliant. |