From 1605560fd48d56609a903b6bcba9dffe18864879 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Sun, 14 Jul 2019 07:06:03 +0000 Subject: docs: update FossilOrigin-Name: 9556e61fab7e1373f81588ac1f0754bd2fa22ffa7cc4fc704432b6176c98ca83 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5a370d9..ea0f8a4 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Tiny package manager for KISS Linux. * [`kiss checksum pkg`](#kiss-checksum-pkg) * [`kiss install pkg`](#kiss-install-pkg) * [`kiss remove pkg`](#kiss-remove-pkg) + * [`kiss search pkg`](#kiss-search-pkg) * [`kiss list` or `kiss list pkg`](#kiss-list-or-kiss-list-pkg) * [`kiss update`](#kiss-update) @@ -86,6 +87,8 @@ export KISS_PATH=~/projects/kiss-new/repo 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. +NOTE: `build` without an argument will rebuild the entire system. + ### `kiss checksum pkg` Kiss's `checksum` operator generates the initial checksums for a package from every source in the `sources` file. @@ -98,6 +101,11 @@ Kiss's `install` operator takes the built `.tar.gz` file and installs it in the Kiss's `remove` operator uninstalls a package from your system. Files and directories in `/etc` are untouched. Support for exclusions will come as they are needed. +### `kiss search pkg` + +Kiss's `search` operator searches all repositories for a package and prints +the full path to its repository files. Multiple arguments are welcome. + ### `kiss list` or `kiss list pkg` Kiss's `list` operator lists the installed packages and their versions. Giving `list` an argument will check if a singular package is installed. -- cgit v1.2.3