From 0891090d5adfe5d80c3ec2c9bcbadb514229ad46 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 13 May 2019 15:48:25 +0300 Subject: [PATCH] puke: cleanup --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca712abd..f92174e0 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,9 @@ Puke's `list` operator lists the installed packages and their versions. Giving ` ### `puke update` -Puke's `update` operator does a `git pull` of the repository and compares the repository versions to the installed database versions. Any mismatch in versions is considered a new upgrade from the repository. +Puke'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. This 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. ## The package format