Add important notice about sync-packages behavior

This commit is contained in:
taoky 2024-08-03 02:39:43 +08:00
parent ada070d10e
commit 5e61f833e6

View File

@ -41,6 +41,9 @@ If you need to download all packages, add `--sync-packages`.
./shadowmire.py sync --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: Sync command also supports `--exclude` -- you could give multiple regexes like this:
```shell ```shell