From 133bff4efaf8570a7d70b678d49f7b105877eef8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 11 Sep 2019 09:02:24 +0300 Subject: [PATCH] docs: update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb687ee..8ae1a5f 100644 --- a/README.md +++ b/README.md @@ -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.