aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-07-15 07:23:26 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-07-15 07:23:26 +0000
commit047ff13b39649f99b54f36bffb551d7d2b5ef95e (patch)
tree69c80096aa63611ef901709234b17a65ebff5f35 /README.md
parent1605560fd48d56609a903b6bcba9dffe18864879 (diff)
downloadcpt-047ff13b39649f99b54f36bffb551d7d2b5ef95e.tar.gz
kiss: Allow comments in depends file.
FossilOrigin-Name: c1be37648a7af45e88104c26ec941a3a1eec3b7968726785fc116519fb8ff4ad
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea0f8a4..0c845ce 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Tiny package manager for KISS Linux.
* [How does each operator work?](#how-does-each-operator-work)
* [`kiss build pkg`](#kiss-build-pkg)
* [`kiss checksum pkg`](#kiss-checksum-pkg)
+ * [`kiss depends pkg`](#kiss-depends-pkg)
* [`kiss install pkg`](#kiss-install-pkg)
* [`kiss remove pkg`](#kiss-remove-pkg)
* [`kiss search pkg`](#kiss-search-pkg)
@@ -93,6 +94,10 @@ NOTE: `build` without an argument will rebuild the entire system.
Kiss's `checksum` operator generates the initial checksums for a package from every source in the `sources` file.
+### `kiss depends pkg`
+
+Kiss's `depends` operator prints the package's dependencies.
+
### `kiss install pkg`
Kiss's `install` operator takes the built `.tar.gz` file and installs it in the system. This is as simple as removing the old version of the package (*if it exists*) and unpacking the archive at `/`.