diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-14 05:55:25 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-06-14 05:55:25 +0000 |
commit | 50e8b90b4b551b1fb81cf3749a8733b5e9967bcb (patch) | |
tree | 6904ae2c84d1d030bcee143d87184494aac18746 /README.md | |
parent | 1c79920263b614b53ec5f7325e55c6b983ba270a (diff) | |
download | cpt-50e8b90b4b551b1fb81cf3749a8733b5e9967bcb.tar.gz |
docs: update
FossilOrigin-Name: deedbf8d8317fa425e7d8791545656f097e10a95aec351c6daa3d9f3388d9e51
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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. |