diff options
author | merakor <cem@ckyln.com> | 2020-07-24 06:26:42 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-07-24 06:26:42 +0000 |
commit | 20d611a50fd1960cf238bed0ae5617f207f0714c (patch) | |
tree | b09266170639d654dde1c8621f3ee72dd022f28c /README.md | |
parent | 226c922903177ec04bf4078d1688f1224b33c94b (diff) | |
download | cpt-20d611a50fd1960cf238bed0ae5617f207f0714c.tar.gz |
start CPT experiment
FossilOrigin-Name: ffc3bb708f947ab9c2797830e6abc26abf1dc1fa93527b3e0d93071c311f3e94
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 835b928..0000000 --- a/README.md +++ /dev/null @@ -1,37 +0,0 @@ -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. - doc/ -- for documentation. - contrib/ -- for Shell scripts that wrap around kiss. - - -Contributing --------------------------------------------------------------------------------- - -Please see the [style and contribution guidelines]. - -[style and contribution guidelines]: https://github.com/carbslinux/contributing |