aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-11 06:00:32 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-09-11 06:00:32 +0000
commitb9706223726d1b0d715681f9efe98954c9321884 (patch)
treeff9e67a4007876951a89a9f3ef9b60dcd47ee760 /README.md
parente1b86978832f4fe9626a4e63330602ba412a524c (diff)
downloadcpt-b9706223726d1b0d715681f9efe98954c9321884.tar.gz
docs: update
FossilOrigin-Name: 0c6eeba1d82e4a92f91f4726dee0f9b096acb5634cc9270bb44be0cf976f8df8
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 13 insertions, 6 deletions
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: <https://getkiss.org/pages/package-system/>
+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: <https://getkiss.org/pages/package-system/>
=> update: Check for updates.
```
+## Package format
+
+See: <https://getkiss.org/pages/package-system/>
+
+
## Extending the package manager.
See: https://github.com/kisslinux/kiss-utils
+
+