commit 51e48068db95f0923952fde96e45abbf212c2824 parent 3b4fa0f6f8c29831c67a52194982a1aaa59e3334 Author: Dylan Araps <dylan.araps@gmail.com> Date: Fri, 14 Jun 2019 08:55:25 +0300 docs: update Diffstat:
M | README.md | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md @@ -57,15 +57,6 @@ export KISS_PATH=~/projects/kiss-new/repo ## How does each operator work? -Kiss has 6 different "operators". - -- `build`: Build a package. -- `checksum`: Generate checksums for a package. -- `install`: Install a built package. -- `remove`: Remove an installed package. -- `list`: List installed packages. -- `update`: List packages with available updates. - ### `kiss build pkg` Kiss's `build` operator handles a package from its source code to the installable `.tar.gz` file. Sources are downloaded, checksums are verified, dependencies are checked and the package is compiled then packaged.