From 43f0e2432b298cbbaa9703d5ed59259c4d3f4580 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 17 Jul 2019 09:14:44 +0300 Subject: [PATCH] docs: update --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ee74334..33027ffa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # KISS Package System -See: https://kissx.github.io/pages/package-system/ +The package system was built specifically for KISS and employs a UNIX-like file model. Instead of the typical shell script with variables, arrays and functions; this system uses easily parseable plain text files. + +The data in each file is separated by lines and spaces. The repository and packages can be manipulated and read using any programming language. The build script (for each package) can be written in whatever language you desire. + +How packages work: https://kissx.github.io/pages/package-system/ + ## Index