aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-10 20:35:08 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-10 20:35:08 +0000
commit3e36df2e8b82a346e5475877a292928e175a9bd5 (patch)
tree86b8bc692c41bd9fa1af246d5d3781a86f01c14d /README.md
parent1b7f7ac6809a09fee4c84fdf918ca5a016195d9d (diff)
downloadcpt-3e36df2e8b82a346e5475877a292928e175a9bd5.tar.gz
docs: update
FossilOrigin-Name: 583a6c2ba7ca4d4d11243a2ce92850c53c72fca0e76258dee3ee30b6a3951240
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 6 insertions, 15 deletions
diff --git a/README.md b/README.md
index 2d2cb7d..554f5ce 100644
--- a/README.md
+++ b/README.md
@@ -199,11 +199,14 @@ export CMAKE_GENERATOR=
## Alternatives system
-When a package with conflicts is installed with `KISS_CHOICE=1`, the conflicting files will be added as "choices" to the alternatives system.
+When a package with conflicts is installed the conflicting
+files will be added as "choices" to the alternatives system.
-Afterwards, running `kiss a`/`kiss alternatives` will list all of the choices you are able to make. Each line of output with this command is also usable directly as input.
+Afterwards, running kiss a/kiss alternatives will list all of
+the choices you are able to make. Each line of output with this
+command is also usable directly as input.
-**NOTE** If a package has fewer than 10 conflicting files, the conflicting files will automatically be added to the alternatives system.
+NOTE: To disable this functionality, set 'KISS_CHOICE=0'.
Example usage:
@@ -231,18 +234,6 @@ Example usage (complex):
```sh
-> kiss i sbase
# More lines...
-/var/db/kiss/installed/util-linux/manifest:/usr/bin/renice
-/var/db/kiss/installed/util-linux/manifest:/usr/bin/logger
-/var/db/kiss/installed/util-linux/manifest:/usr/bin/flock
-/var/db/kiss/installed/util-linux/manifest:/usr/bin/cal
-!> Package 'sbase' conflicts with another package
-!> Run 'KISS_CHOICE=1 kiss i sbase' to add conflicts
-!> as alternatives.
-
-# There were more than 10 conflicts so the alternatives system
-# must be manually enabled for this package.
--> KISS_CHOICE=1 kiss i sbase
-# More lines...
-> sbase Found conflict (/usr/bin/renice), adding choice
-> sbase Found conflict (/usr/bin/logger), adding choice
-> sbase Found conflict (/usr/bin/flock), adding choice