forked from kiss-community/repo
docs: update
This commit is contained in:
parent
8d342003e0
commit
43f0e2432b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user