From b9706223726d1b0d715681f9efe98954c9321884 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Wed, 11 Sep 2019 06:00:32 +0000 Subject: docs: update FossilOrigin-Name: 0c6eeba1d82e4a92f91f4726dee0f9b096acb5634cc9270bb44be0cf976f8df8 --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e5b0796..eb687ee 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # kiss -Tiny package manager for KISS written in POSIX `sh`. - - -## Package format - -See: +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. +- Binary stripping. +- `shellcheck` compliant. ## Usage @@ -22,6 +22,13 @@ See: => update: Check for updates. ``` +## Package format + +See: + + ## Extending the package manager. See: https://github.com/kisslinux/kiss-utils + + -- cgit v1.2.3