Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
FossilOrigin-Name: f26198b953ebb236d30b698f13434b80203d53d4252b145fb2a7d230e1bb492a
  • Loading branch information
cemkeylan committed May 4, 2020
1 parent 0acdc60 commit 999077f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 35 deletions.
35 changes: 0 additions & 35 deletions README

This file was deleted.

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 999077f

Please sign in to comment.