diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-11 06:26:13 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-11 06:26:13 +0000 |
commit | df1c15c4ab65ef38246d7761a2973a0572e1631e (patch) | |
tree | c78b38683b7ce6f7813d30310464d8599eda1d7a | |
parent | 2e0d86102ea2a8881240c15bc309f534811941e4 (diff) | |
download | cpt-df1c15c4ab65ef38246d7761a2973a0572e1631e.tar.gz |
docs: update
FossilOrigin-Name: 7691c5014b122dd0c0d1688cf04959f36c4daf2191a8e5196ba00564ffe8f529
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. - - |