1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

docs: update

This commit is contained in:
Dylan Araps 2019-08-13 09:22:12 +00:00
parent cd1b969dcf
commit 5af018b05e

View File

@ -22,15 +22,16 @@ export KISS_ROOT=~/.kiss
```sh
➜ kiss
=> kiss [b|c|d|i|l|m|o|r|s|u] [pkg] [pkg] [pkg]
=> kiss [b|c|i|l|r|s|u] [pkg] [pkg] [pkg]
=> build: Build a package.
=> checksum: Generate checksums.
=> depends: List package dependencies.
=> install: Install a package.
=> list: List installed packages.
=> manifest: List package files owned by package.
=> owns: Check which package owns a file.
=> remove: Remove a package.
=> search: Search for a package.
=> update: Check for updates.
```
## Extending the package manager.
See: https://github.com/kisslinux/kiss-utils