diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-08-19 19:42:16 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2021-08-19 19:42:16 +0200 |
commit | 81d35ddd1b6863aeb57f46def1d756dfb8127d66 (patch) | |
tree | d9afe7213f4b048cd8b563245f567f2dc3e6698d /etc | |
parent | 4e49c852c9b72cca3560001db703032469c6464a (diff) | |
download | midipix_build-81d35ddd1b6863aeb57f46def1d756dfb8127d66.tar.bz2 midipix_build-81d35ddd1b6863aeb57f46def1d756dfb8127d66.tar.xz |
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/README.md b/etc/README.md index c423eb8c..a5757da5 100644 --- a/etc/README.md +++ b/etc/README.md @@ -234,6 +234,11 @@ Rebuild entire build groups including or excluding group dependencies, respectiv ./build.sh [ ... ] -r ALL =native_runtime ``` +Forcibly (re)download all archive files and/or Git repositories associated with all packages: +```shell +./build.sh [ ... ] -r ALL:@fetch +``` + [Back to top](#table-of-contents) [//]: # "}}}" |