docs: update

This commit is contained in:
Dylan Araps 2020-02-06 15:28:19 +02:00
parent eb2b2a08e0
commit 3c66ece920
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 10 additions and 8 deletions

18
kiss.1
View File

@ -9,14 +9,16 @@ Tiny and straightforward package manager for KISS written in POSIX sh.
. .
.nf .nf
-> kiss [b|c|i|l|r|s|u] [pkg] [pkg] [pkg] -> kiss [a|b|c|i|l|r|s|u|v] [pkg] [pkg] [pkg]
-> build: Build a package -> alternatives: List and swap to alternatives
-> checksum: Generate checksums -> build: Build a package
-> install: Install a package -> checksum: Generate checksums
-> list: List installed packages -> install: Install a package
-> remove: Remove a package -> list: List installed packages
-> search: Search for a package -> remove: Remove a package
-> update: Check for updates -> search: Search for a package
-> update: Check for updates
-> version: Package manager version
. .
.fi .fi
. .