From d19a6853e7cadeccdc05c0c421c100de6e2eddd1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 11 Jul 2019 09:26:14 +0300 Subject: [PATCH] docs: update --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9a16071..5f8c0f8 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,3 @@ Kiss's `list` operator lists the installed packages and their versions. Giving ` ### `kiss update` Kiss's `update` operator compares the repository versions of packages to the installed database versions of packages. Any mismatch in versions is considered a new upgrade from the repository. - -The `update` mechanism doesn't do a `git pull` of the repository. This must be done manually beforehand and is intentional. It allows the user to `git pull` selectively. You can slow down the distribution's package updates by limiting pulling to a week behind master for example. - -