aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-05-04 13:29:58 +0000
committermerakor <cem@ckyln.com>2020-05-04 13:29:58 +0000
commit999077f84814abcdac7e4aa1463c05c848b68189 (patch)
tree8b7b9ea662fa1729ad66c7ea10ee249810b83427 /README.md
parent0acdc60f268294aac75d560bfec6977fee5f21ae (diff)
downloadcpt-999077f84814abcdac7e4aa1463c05c848b68189.tar.gz
update1.18.0
FossilOrigin-Name: f26198b953ebb236d30b698f13434b80203d53d4252b145fb2a7d230e1bb492a
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d3fc434
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+KISS PACKAGE MANAGER
+--------------------
+
+Package manager for Carbs Linux. Forked from [KISS]. All
+usage information can be obtained from the manual page.
+For changes please refer to the `CHANGELOG.md` file.
+
+[KISS]: https://github.com/kisslinux/kiss
+
+## Fork Notes
+
+There are certain differences between KISS Linux `kiss` and
+Carbs Linux `kiss`. Most importantly, you need a C compiler
+and a C library (musl/bsd libc) to build this implementation
+of it. Rest of the important changes can be found in the CHANGELOG.
+
+This is _mostly_ a shell implementation rather than a pure one.
+
+### Directory Structure
+
+ / -- kiss, README, Makefile, LICENSE, CHANGELOG
+ bin/ -- for C programs.
+ man/ -- for manual pages / documentation.
+ contrib/ -- for Shell scripts that wrap around kiss.