diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 `/`. |