From 5e61f833e63ba04e7221276e0fb64fc69b92808f Mon Sep 17 00:00:00 2001 From: taoky Date: Sat, 3 Aug 2024 02:39:43 +0800 Subject: [PATCH] Add important notice about sync-packages behavior --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e73066..b346fbc 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ If you need to download all packages, add `--sync-packages`. ./shadowmire.py sync --sync-packages ``` +> [!IMPORTANT] +> If you sync with indexes only first, `--sync-packages` would NOT update packages which have been the latest versions. Use `verify` command for this. + Sync command also supports `--exclude` -- you could give multiple regexes like this: ```shell