commit ead3a3ecbef805a2c705fd20f59c49e83b28053c parent 4b3430f30166b71f98fff95a1ed5ed964dcdbf10 Author: Dylan Araps <dylan.araps@gmail.com> Date: Wed, 29 Jan 2020 10:19:56 +0200 docs: update Diffstat:
M | README.md | | | 18 | ++++++++++-------- |
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md @@ -14,14 +14,16 @@ Tiny and straightforward package manager for KISS written in POSIX `sh`. ```sh ➜ 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. +-> kiss [a|b|c|i|l|r|s|u|v] [pkg] [pkg] [pkg] +-> alternatives: List and swap to alternatives +-> 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 +-> version: Package manager version ``` ## Package format