make clear that ./build.sh install also downloads the packages if not locally found

This commit is contained in:
Wolfgang
2024-11-11 17:29:24 +00:00
parent a60d1c7bba
commit 5105c83405

View File

@@ -9,7 +9,7 @@ With the script you can also download all files of the latest release at once
``` ```
./build.sh download ./build.sh download
``` ```
or install or download and install automatically
``` ```
./build.sh install ./build.sh install
``` ```