Go to file
Dylan Araps 8b4f7c732d kiss: smarter updates 2019-08-14 09:58:14 +00:00
.travis.yml kiss: fix issues with requiring root. 2019-08-12 23:57:43 +00:00
LICENSE.md kiss: fix issues with requiring root. 2019-08-12 23:57:43 +00:00
README.md docs: update 2019-08-13 09:22:12 +00:00
kiss kiss: smarter updates 2019-08-14 09:58:14 +00:00

README.md

kiss

Tiny package manager for KISS Linux.

Package format

See: https://getkiss.org/pages/package-system/

Getting started

Add these to your shellrc.

# The location to install packages (Optional).
# Default: /
export KISS_ROOT=~/.kiss

Usage

kiss
=> kiss [b|c|i|l|r|s|u] [pkg] [pkg] [pkg]
=> build:     Build a package.
=> checksum:  Generate checksums.
=> install:   Install a package.
=> list:      List installed packages.
=> remove:    Remove a package.
=> search:    Search for a package.
=> update:    Check for updates.

Extending the package manager.

See: https://github.com/kisslinux/kiss-utils