2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

docs: update

This commit is contained in:
Dylan Araps 2019-07-17 09:14:44 +03:00
parent 8d342003e0
commit 43f0e2432b

View File

@ -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